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

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

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

revision 1.1, Tue Aug 7 18:46:43 2007 UTC revision 1.2, Thu Nov 8 07:05:45 2007 UTC
# Line 10  Line 10 
10  <?php /* different ids allow for separate theming of the home page */ ?>  <?php /* different ids allow for separate theming of the home page */ ?>
11  <body class="<?php print $body_classes; ?>">  <body class="<?php print $body_classes; ?>">
12  <div id="header">  <div id="header">
13      <?php print $header; ?>
14    <?php if ($logo): ?>    <?php if ($logo): ?>
15      <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>">      <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>">
16        <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo" />        <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo" />
# Line 31  Line 32 
32  </div>  </div>
33  <div id="topnav">  <div id="topnav">
34    <?php if ($primary_links): ?>    <?php if ($primary_links): ?>
35      <?php print theme('menu_links', $primary_links); ?>      <!-- TODO: Format the links correctly -->
36        <?php print theme('links', $primary_links, ''); ?>
37    <?php endif; ?>    <?php endif; ?>
38  </div> <!-- /topnav -->  </div> <!-- /topnav -->
39  <div id="contentarea">  <div id="contentarea">
# Line 50  Line 52 
52  </div> <!-- /contentarea -->  </div> <!-- /contentarea -->
53    
54  <div id="botnav">  <div id="botnav">
55    <?php print theme('menu_links', $primary_links, ' | '); ?>    <?php print theme('links', $primary_links, ' | '); ?>
56  </div>  </div>
57  <div id="copyright">  <div id="copyright">
58    <?php print $footer_message; ?>    <?php print $footer_message; ?>
59  </div>  </div>
60    <?php if ($footer):?><div id="footer"><?php print $footer; ?></div><?php endif; ?>
61  <?php print $closure; ?>  <?php print $closure; ?>
62  </body>  </body>
63  </html>  </html>

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

  ViewVC Help
Powered by ViewVC 1.1.2