diff options
author | Steven Barth <steven@midlink.org> | 2008-03-22 19:46:14 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-22 19:46:14 +0000 |
commit | 93c55f3c5d7d253423c9d5695b8d71388bd21988 (patch) | |
tree | d2d8b9cc73f040cda24836afd2711edb5c8eefb6 /src/ffluci/view/header.htm | |
parent | c8426cfa3cce952dde8cdf2eb058d0c2fae4986d (diff) |
* CBI updates
* Made dispatching paths unambiguous
Diffstat (limited to 'src/ffluci/view/header.htm')
-rw-r--r-- | src/ffluci/view/header.htm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ffluci/view/header.htm b/src/ffluci/view/header.htm index cef95b36c2..2af577a078 100644 --- a/src/ffluci/view/header.htm +++ b/src/ffluci/view/header.htm @@ -10,6 +10,7 @@ require("ffluci.http").htmlheader() <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 %> </head> @@ -56,4 +57,4 @@ require("ffluci.http").htmlheader() <div>Konfiguration<ul><li>x Änderungen</li><li>Anwenden</li><li>Zurücksetzen</li></ul></div> <% end %> </div> - <div id="content"> + <div id="content">
\ No newline at end of file |