merge r6594 from trunk
Fix: Smarty error on local_head = '' git-svn-id: http://piwigo.org/svn/branches/2.1@6595 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
24d68bed06
commit
ea80c5b895
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
{if $theme.load_css}
|
||||
<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$theme.id}/theme.css">
|
||||
{/if}
|
||||
{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
|
||||
{if !empty($theme.local_head)}{include file=$theme.local_head}{/if}
|
||||
{/foreach}
|
||||
|
||||
{if isset($U_PREFETCH) }<link rel="prefetch" href="{$U_PREFETCH}">{/if}
|
||||
|
|
Loading…
Add table
Reference in a new issue