summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/header.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-03-22 21:26:44 +0000
committerSteven Barth <steven@midlink.org>2008-03-22 21:26:44 +0000
commitef01ff75db17f23a90757cf473778cfefe1ad120 (patch)
tree954eaecffa563e1d97da7ed4288e65254ee46041 /src/ffluci/view/header.htm
parent93c55f3c5d7d253423c9d5695b8d71388bd21988 (diff)
* CBI updates
Diffstat (limited to 'src/ffluci/view/header.htm')
-rw-r--r--src/ffluci/view/header.htm8
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">