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

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

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

revision 1.2, Sun Feb 26 18:21:32 2006 UTC revision 1.3, Fri Jan 25 04:10:03 2008 UTC
# Line 7  Line 7 
7      <meta http-equiv="Content-Style-Type" content="text/css" />      <meta http-equiv="Content-Style-Type" content="text/css" />
8      <?php print $head ?>      <?php print $head ?>
9      <?php print $styles ?>      <?php print $styles ?>
10        <?php print $scripts ?>
11    </head>    </head>
12    
13  <body <?php print theme("onload_attribute"); ?>>  <body>
14    
15    <?php $mission = theme_get_setting('mission', false); ?>    <?php $mission = theme_get_setting('mission', false); ?>
16    <?php if ($mission || $sidebar_left) { ?>    <?php if ($mission || $left) { ?>
17      <div id="left">      <div id="left">
18        <?php if ($mission != ""): ?>        <?php if ($mission != ""): ?>
19          <div id="mission">          <div id="mission">
# Line 22  Line 23 
23          </p>          </p>
24          </div>          </div>
25        <?php endif; ?>        <?php endif; ?>
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    <?php }; ?>    <?php }; ?>
31    
32    <div id="center" style="width: <?php print channel_nine_get_center_width($sidebar_left, $right1, $right2) ?>%;">    <div id="center" style="width: <?php print channel_nine_get_center_width($left, $right1, $right2) ?>%;">
33      <div class="banner">      <div class="banner">
34    
35      </div>      </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2