Changeset 4457


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

Location:
extensions/Simple_Grey
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Simple_Grey/content.css

    r4456 r4457  
    4242}
    4343
    44 #header h1 {
     44#theHeader h1 {
    4545  padding: 1em 0 0;
    4646}
    47 #header p {
     47#theHeader p {
    4848  padding: 0;
    4949  margin: 0;
     
    171171  width: 15%;
    172172  display: none;
    173 /*  visibility: visible;*/ 
     173/*  visibility: visible;*/
    174174}
    175175
     
    270270/* pictures pages */
    271271
    272 #thePicturePage #header, #thePicturePage #copyright {
     272#thePicturePage #theHeader, #thePicturePage #copyright {
    273273  display: none;
    274274}
  • 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.