* CBI updates
[project/luci.git] / src / ffluci / view / header.htm
index cef95b36c25a07cdf1adb558769933417e4168ac..2af577a078020ffac0d73d40033aa6c389ddf615 100644 (file)
@@ -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