Ignore:
Timestamp:
Dec 9, 2009, 10:18:41 PM (14 years ago)
Author:
boulde
Message:

[simple] bugfix for inclusion of head_elements + change the header id to theHeader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Simple_Grey/header.tpl

    r4456 r4457  
    2323  <link rel="stylesheet" type="text/css" href="{$ROOT_URL}template/{$themeconf.template}/theme/{$themeconf.theme}/theme.css">
    2424  {if not empty($head_elements)}
    25   {foreach from=$head_elements item=elt}{$elt}{/foreach}
     25    {foreach from=$head_elements item=elt}{$elt}
     26    {/foreach}
    2627  {/if}
    2728</head>
     
    3536  </div>
    3637  {/if}
    37   <div id="header">{$PAGE_BANNER}</div>
     38  <div id="theHeader">{$PAGE_BANNER}</div>
    3839  {if isset($theSwiftHeader)}{$theSwiftHeader}{/if}
    3940  {if not empty($header_notes)}
Note: See TracChangeset for help on using the changeset viewer.