From 1a530635c930a7a23b6ff941c89365dd5e692198 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 21 Nov 2012 18:36:40 +0000 Subject: themes: add facility to include custom css --- themes/bootstrap/luasrc/view/themes/bootstrap/header.htm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/bootstrap/luasrc/view') diff --git a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm index 1d23877664..c79c152ba9 100644 --- a/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm +++ b/themes/bootstrap/luasrc/view/themes/bootstrap/header.htm @@ -106,6 +106,10 @@ You may obtain a copy of the License at <% if node and node.css then %> <% end -%> + <% if css then %> + <% end -%> -- cgit v1.2.3