diff options
author | Steven Barth <steven@midlink.org> | 2008-03-22 21:26:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-22 21:26:44 +0000 |
commit | ef01ff75db17f23a90757cf473778cfefe1ad120 (patch) | |
tree | 954eaecffa563e1d97da7ed4288e65254ee46041 /src/ffluci/view/header.htm | |
parent | 93c55f3c5d7d253423c9d5695b8d71388bd21988 (diff) |
* CBI updates
Diffstat (limited to 'src/ffluci/view/header.htm')
-rw-r--r-- | src/ffluci/view/header.htm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ffluci/view/header.htm b/src/ffluci/view/header.htm index 2af577a078..cd2a64b55c 100644 --- a/src/ffluci/view/header.htm +++ b/src/ffluci/view/header.htm @@ -9,10 +9,10 @@ require("ffluci.http").htmlheader() <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <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" /> -<title>FFLuCI</title> -<% if addheaders then write(addheaders) end %> + <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" /> + <title>FFLuCI</title> </head> <body> <div id="header"> |