diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/default/template/header.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
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) }<link rel="up" title="{'Thumbnails'|@translate}" href="{$U_UP}" >{/if} {foreach from=$themes item=theme} +{if $theme.load_css} <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$theme.id}/theme.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 *} |