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

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

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

revision 1.5, Thu Sep 13 18:44:45 2007 UTC revision 1.6, Fri Jan 25 03:50:24 2008 UTC
# Line 24  Line 24 
24        </form><?php } ?>        </form><?php } ?>
25          </div>          </div>
26    
27    <?php if ($sidebar_left) { ?>    <?php if ($left) { ?>
28            <div id="sidebar-left">            <div id="sidebar-left">
29        <?php print $sidebar_left ?>        <?php print $left ?>
30        <?php if (($sidebar_right) && (burnt_is_admin())) { ?>        <?php if (($right) && (burnt_is_admin())) { ?>
31          <?php print $sidebar_right ?>          <?php print $right ?>
32        <?php } ?>        <?php } ?>
33      </div>      </div>
34    <?php } ?>    <?php } ?>
# Line 43  Line 43 
43      <?php print $content; ?>      <?php print $content; ?>
44    </div>    </div>
45    
46    <?php if (($sidebar_right) && (!burnt_is_admin())) { ?>    <?php if (($right) && (!burnt_is_admin())) { ?>
47            <div id="sidebar-right">            <div id="sidebar-right">
48        <?php print $sidebar_right ?>        <?php print $right ?>
49      </div>      </div>
50    <?php } ?>    <?php } ?>
51    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2