Changeset 6594

Show
Ignore:
Timestamp:
06/24/10 10:19:51 (3 years ago)
Author:
vdigital
Message:

Fix: Smarty error on local_head =

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/header.tpl

    r6461 r6594  
    3535<link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/{$theme.id}/theme.css"> 
    3636{/if} 
    37 {if isset($theme.local_head)}{include file=$theme.local_head}{/if} 
     37{if !empty($theme.local_head)}{include file=$theme.local_head}{/if} 
    3838{/foreach} 
    3939