* core: Added template for a table view of typed sections
[project/luci.git] / core / src / view / header.htm
index bc65e3e8910e129b2f7322d7239fb8cce588a062..9bb8b8be993c92b23991f7d73839fd3fcf8713e5 100644 (file)
@@ -12,6 +12,7 @@ require("ffluci.http").prepare_content("text/html")
 <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" />
+       <link rel="stylesheet" type="text/css" href="<%=media%>/css/<%=req.category%>_<%=req.module%>_<%=req.action%>.css" />
        <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
        <meta http-equiv="content-script-type" content="text/javascript" />
        <title>FFLuCI</title>