/[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.5.2.1, Sat Jan 26 01:59:50 2008 UTC revision 1.5.2.2, Fri Feb 8 04:03:37 2008 UTC
# Line 16  Line 16 
16          <div id="header">          <div id="header">
17      <?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 } ?>
18      <?php if ($site_slogan) { ?><p><?php print $site_slogan ?></p><?php } ?>      <?php if ($site_slogan) { ?><p><?php print $site_slogan ?></p><?php } ?>
19        <?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 } ?>  
20        <?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 } ?>
21        <?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 } ?>
22    

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

  ViewVC Help
Powered by ViewVC 1.1.2