/[drupal]/contributions/themes/burnt/page.tpl.php
ViewVC logotype

Diff of /contributions/themes/burnt/page.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8, Wed Jan 30 15:39:06 2008 UTC revision 1.9, Fri Feb 8 04:20:47 2008 UTC
# Line 15  Line 15 
15          <div id="header">          <div id="header">
16      <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>      <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
17      <?php if ($site_slogan) { ?><p><?php print $site_slogan ?></p><?php } ?>      <?php if ($site_slogan) { ?><p><?php print $site_slogan ?></p><?php } ?>
18        <?php if ($search_box) { ?><form action="<?php print $search_url ?>" method="post">        <?php if ($search_box) { print $search_box; } ?>
         <div id="search">  
           <input class="form-text" type="text" size="15" value="" name="edit[keys]" alt="<?php print $search_description ?>" />  
           <input class="form-submit" type="submit" value="<?php print $search_button_text ?>" />  
         </div>  
       </form><?php } ?>  
19        <?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?>        <?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?>
20        <?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?><?php } ?>        <?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?><?php } ?>
21          </div>          </div>

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.2