summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-03-17 21:38:03 +0000
committerSteven Barth <steven@midlink.org>2008-03-17 21:38:03 +0000
commitf41539e5493dc8ba3059730f77a6fbb7595aae5a (patch)
treead97b3bdd8739cf19699b9bfc8d28b8a7e403541 /src/ffluci/view
parentcfe8fc894fb2e51885b7a992ea685c71baf6b769 (diff)
* Added ffluci.util.instanceof function
* Minor beautifying in dispatcher * Added field for additional Tags under <head> in main style * Added structure for CBI * Added CBI to Makefile
Diffstat (limited to 'src/ffluci/view')
-rw-r--r--src/ffluci/view/header.htm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ffluci/view/header.htm b/src/ffluci/view/header.htm
index 44826f059..cef95b36c 100644
--- a/src/ffluci/view/header.htm
+++ b/src/ffluci/view/header.htm
@@ -11,6 +11,7 @@ require("ffluci.http").htmlheader()
<head>
<link rel="stylesheet" type="text/css" href="<%=media%>/cascade.css" />
<title>FFLuCI</title>
+<% if addheaders then write(addheaders) end %>
</head>
<body>
<div id="header">