summaryrefslogtreecommitdiffhomepage
path: root/themes/freifunk-bno
diff options
context:
space:
mode:
Diffstat (limited to 'themes/freifunk-bno')
-rw-r--r--themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm
index 7313fff55..be03d87b5 100644
--- a/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm
+++ b/themes/freifunk-bno/luasrc/view/themes/freifunk-bno/header.htm
@@ -41,6 +41,10 @@ require("luci.http").prepare_content("text/html")
<head>
<link rel="stylesheet" type="text/css" href="<%=media%>/cascade.css" />
<% if node and node.css then %><link rel="stylesheet" type="text/css" href="<%=resource%>/<%=node.css%>" /><% end %>
+ <% if css then %><style title="text/css">
+ <%-= css %>
+ </style>
+ <% end -%>
<link rel="shortcut icon" href="<%=media%>/images/favicon.ico" />
<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="content-script-type" content="text/javascript" />