summaryrefslogtreecommitdiffhomepage
path: root/src/ffluci/view/header.htm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ffluci/view/header.htm')
-rw-r--r--src/ffluci/view/header.htm3
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