From a2ccb9a5c9394d83876fb76a97e2dc0b8557737b Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 29 Apr 2010 12:45:27 +0000 Subject: feature 1502: Add $themeconf['load_parent_css'] parameter git-svn-id: http://piwigo.org/svn/trunk@5991 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/header.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/default') diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 604c228e9..434895819 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -31,7 +31,9 @@ {if isset($U_UP) }{/if} {foreach from=$themes item=theme} +{if $theme.load_css} +{/if} {if isset($theme.local_head)}{include file=$theme.local_head}{/if} {/foreach} {* the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it *} -- cgit v1.2.3