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

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

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

revision 1.1, Sun Oct 22 17:48:22 2006 UTC revision 1.2, Fri Oct 27 05:16:38 2006 UTC
# Line 19  Line 19 
19        <?php if (isset($secondary_links)) { ?><div id="secondary"><?php print theme('links', $secondary_links) ?></div><?php } ?>        <?php if (isset($secondary_links)) { ?><div id="secondary"><?php print theme('links', $secondary_links) ?></div><?php } ?>
20      </div>      </div>
21      <!-- <div> ?php print $search_box ? </div> -->      <!-- <div> ?php print $search_box ? </div> -->
     <br />  
22    </div>    </div>
23    <?php if ($sidebar_left) { ?> <div id="leftnav"><?php print $sidebar_left ?></div> <?php } ?>    <?php if ($sidebar_left) { ?> <div id="leftnav"><?php print $sidebar_left ?></div> <?php } ?>
24    <?php if ($sidebar_right) { ?> <div id="rightnav"><?php print $sidebar_right ?></div> <?php } ?>    <?php if ($sidebar_right) { ?> <div id="rightnav"><?php print $sidebar_right ?></div> <?php } ?>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2