diff options
Diffstat (limited to 'themes/default/template/header.tpl')
-rw-r--r-- | themes/default/template/header.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index 45152d206..5dc51f97b 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -30,9 +30,7 @@ {if isset($last.U_IMG) }<link rel="last" title="{'Last'|@translate}" href="{$last.U_IMG}" >{/if} {if isset($U_UP) }<link rel="up" title="{'Thumbnails'|@translate}" href="{$U_UP}" >{/if} - {get_combined_css} - {foreach from=$themes item=theme} {if $theme.load_css} {combine_css path="themes/`$theme.id`/theme.css" order=-10} |