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

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

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

revision 1.1.4.1, Thu May 11 06:42:47 2006 UTC revision 1.1.4.2, Mon Jun 19 23:29:36 2006 UTC
# Line 16  Line 16 
16      <td>      <td>
17        <table>        <table>
18          <tr>          <tr>
19                          <?php if ($logo) { ?><td id="logo"><a href="<?php print $base_path ?>" title="<?php print t('Home'); ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home'); ?>" /></a></td><?php } ?>        <?php if ($logo) { ?><td id="logo"><a href="<?php print $base_path ?>" title="<?php print t('Home'); ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home'); ?>" /></a></td><?php } ?>
20            <td id="site-name-slogan">            <td id="site-name-slogan">
21                                          <?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 } ?>
22            <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>            <?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?>
23            </td>            </td>
24          </tr>          </tr>
# Line 27  Line 27 
27      <td id="menu">      <td id="menu">
28        <?php if ($secondary_links) { ?><div id="secondary"><?php print theme('links',$secondary_links) ?></div><?php } ?>        <?php if ($secondary_links) { ?><div id="secondary"><?php print theme('links',$secondary_links) ?></div><?php } ?>
29        <?php if ($primary_links) { ?><div id="primary"><?php print theme('links',$primary_links) ?></div><?php } ?>        <?php if ($primary_links) { ?><div id="primary"><?php print theme('links',$primary_links) ?></div><?php } ?>
30        <?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 } ?>  
31      </td>      </td>
32    </tr>    </tr>
33  </table>  </table>

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2

  ViewVC Help
Powered by ViewVC 1.1.2