From 7ebce924436e722cc0f8774127c7ddadeee81884 Mon Sep 17 00:00:00 2001 From: patdenice Date: Mon, 29 Mar 2010 19:23:04 +0000 Subject: feature 1502: Load local head after theme.css. git-svn-id: http://piwigo.org/svn/trunk@5454 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default') diff --git a/themes/default/template/header.tpl b/themes/default/template/header.tpl index cbe3d8f02..c0dbf9272 100644 --- a/themes/default/template/header.tpl +++ b/themes/default/template/header.tpl @@ -31,8 +31,8 @@ {if isset($U_UP) }{/if} {foreach from=$themes item=theme} -{if isset($theme.local_head)}{include file=$theme.local_head}{/if} +{if isset($theme.local_head)}{include file=$theme.local_head}{/if} {/foreach} {if isset($U_PREFETCH) }{/if} -- cgit v1.2.3