diff options
author | Steven Barth <steven@midlink.org> | 2008-05-14 12:10:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-05-14 12:10:44 +0000 |
commit | 3f4f75b1079eb1ea29b6c2fde9a3dd25c52f2fe4 (patch) | |
tree | 21864f75a3f353720fde2118f15dd504c3a160eb /core/src/view/header.htm | |
parent | 9a8624350f9f47f5d3abbf8a7cdafea4246334d6 (diff) |
* core: Added template for a table view of typed sections
Diffstat (limited to 'core/src/view/header.htm')
-rw-r--r-- | core/src/view/header.htm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/view/header.htm b/core/src/view/header.htm index bc65e3e891..9bb8b8be99 100644 --- a/core/src/view/header.htm +++ b/core/src/view/header.htm @@ -12,6 +12,7 @@ require("ffluci.http").prepare_content("text/html") <head> <link rel="stylesheet" type="text/css" href="<%=media%>/cascade.css" /> <link rel="stylesheet" type="text/css" href="<%=media%>/css/<%=req.category%>_<%=req.module%>.css" /> + <link rel="stylesheet" type="text/css" href="<%=media%>/css/<%=req.category%>_<%=req.module%>_<%=req.action%>.css" /> <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" /> <meta http-equiv="content-script-type" content="text/javascript" /> <title>FFLuCI</title> |