diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-09-27 01:32:31 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-09-27 01:32:31 +0000 |
commit | 5c14b9f5ce64c82fdb8f3038fe9be640362a82db (patch) | |
tree | 3bfcc243f14133f980ef1970dc1ef23638046150 /admin/template/goto/header.tpl | |
parent | 4e444f1e89a9501ffebaf93dc85e5b9ce7df0a0a (diff) |
- admin remove references to unexisting css (print.css and fix-thumbnailsie56...)
- fix .errors and .infos rules background-image url pointing to non existent image
- remove unused plugin_xxxx.gif from public theme
git-svn-id: http://piwigo.org/svn/trunk@2607 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/header.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/template/goto/header.tpl b/admin/template/goto/header.tpl index 0fed4a250..ba45b3be1 100644 --- a/admin/template/goto/header.tpl +++ b/admin/template/goto/header.tpl @@ -19,7 +19,6 @@ <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/fix-ie5-ie6.css"> <![endif]--> -<link rel="stylesheet" type="text/css" media="print" href="{$ROOT_URL}template/{$themeconf.template}/print.css"> <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/default-colors.css"> <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css"> {known_script id="jquery" src=$ROOT_URL|@cat:"template-common/lib/jquery.packed.js" now=1} {*jQuery is always available by default*} @@ -41,7 +40,9 @@ <![endif]--> {if not empty($head_elements)} - {foreach from=$head_elements item=elt}{$elt}{/foreach} +{foreach from=$head_elements item=elt} +{$elt} +{/foreach} {/if} </head> |