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 --- admin/themes/default/template/header.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl index 61eb3602b..7bef274d9 100644 --- a/admin/themes/default/template/header.tpl +++ b/admin/themes/default/template/header.tpl @@ -14,8 +14,10 @@ {foreach from=$themes item=theme} -{if isset($theme.local_head)}{include file=$theme.local_head}{/if} +{if $theme.load_css} +{/if} +{if isset($theme.local_head)}{include file=$theme.local_head}{/if} {/foreach} {known_script id="jquery" src=$ROOT_URL|@cat:"themes/default/js/jquery.packed.js" now=1} {*jQuery is always available by default*} -- cgit v1.2.3