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

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

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

revision 1.7, Mon Sep 22 21:08:00 2008 UTC revision 1.8, Wed Oct 8 05:55:01 2008 UTC
# Line 137  Line 137 
137                          </div><!-- end section top -->                          </div><!-- end section top -->
138    
139                          <!-- sidebar right -->                          <!-- sidebar right -->
140                          <?php if ($right): ?>                          <?php if ($sidebar_right): ?>
141                          <div id="sidebar-right-region">                          <div id="sidebar-right-region">
142                                  <?php print $right ?>                                  <?php print $sidebar_right ?>
143                          </div><!-- end sidebar right -->                          </div><!-- end sidebar right -->
144                          <?php endif; ?><!-- endif $sidebar_right -->                          <?php endif; ?><!-- endif $sidebar_right -->
145    
146                          <?php if ($left): ?>                          <?php if ($sidebar_left): ?>
147                          <div id="sidebar-left-region">                          <div id="sidebar-left-region">
148                                  <?php print $left; ?>                                  <?php print $sidebar_left; ?>
149                          </div><!-- end sidebar-left-region -->                          </div><!-- end sidebar-left-region -->
150                          <?php endif; ?><!-- endif $sidebar_left -->                          <?php endif; ?><!-- endif $sidebar_left -->
151    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.2