diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-04 20:32:44 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-04 20:32:44 +0000 |
commit | bbd63f0088fe3ee5ea491ac5da03d8b68b5b1a0b (patch) | |
tree | 3ecc564ada495c5d16055e0ab0b5ce2894f86265 /themes/default/template/header.tpl | |
parent | 81f391a1e441d424d67c9662531c770004aa4d89 (diff) |
trunk admin theme goes with combine_script instead of old style known_script
git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
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} |