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

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

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

revision 1.2, Wed Jan 23 03:32:52 2008 UTC revision 1.3, Fri Jan 25 03:10:53 2008 UTC
# Line 16  Line 16 
16    
17      <div id="header">      <div id="header">
18        <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?></h1>        <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?></h1>
19        <?php if ($site_slogan) { ?><p id="subtext"><?php print $site_slogan ?></p><?php } ?>        <?php if ($site_slogan) { ?><?php print $site_slogan ?><?php } ?>
20          <p id="subtext"></p>
21    
22      </div>      </div>
23    
24      <div id="right">      <div id="right">
25        <?php print $sidebar_right ?>        <?php print $right ?>
26        <?php if ($sidebar_left != ""): ?>        <?php if ($left != ""): ?>
27          <?php print $sidebar_left ?> <!-- print left sidebar if any blocks enabled -->          <?php print $left ?> <!-- print left sidebar if any blocks enabled -->
28        <?php endif; ?>        <?php endif; ?>
29      </div>      </div>
30    

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

  ViewVC Help
Powered by ViewVC 1.1.2