From 5c14b9f5ce64c82fdb8f3038fe9be640362a82db Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 27 Sep 2008 01:32:31 +0000 Subject: - 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 --- admin/template/goto/header.tpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin/template/goto/header.tpl') 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 @@ - {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 @@ {if not empty($head_elements)} - {foreach from=$head_elements item=elt}{$elt}{/foreach} +{foreach from=$head_elements item=elt} +{$elt} +{/foreach} {/if} -- cgit v1.2.3