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

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

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

revision 1.9, Thu Oct 9 01:01:38 2008 UTC revision 1.10, Mon Oct 20 15:02:33 2008 UTC
# Line 143  Line 143 
143    
144                          <?php if ($sidebar_left): ?>                          <?php if ($sidebar_left): ?>
145                          <div id="sidebar-left-region">                          <div id="sidebar-left-region">
146                                  <?php print $sidebar_left; ?>                                  <?php print $left; ?>
147                          </div><!-- end sidebar-left-region -->                          </div><!-- end sidebar-left-region -->
148                          <?php endif; ?><!-- endif $sidebar_left -->                          <?php endif; ?><!-- endif $sidebar_left -->
149    
150                          <!-- sidebar right -->                          <!-- sidebar right -->
151                          <?php if ($sidebar_right): ?>                          <?php if ($right): ?>
152                          <div id="sidebar-right-region">                          <div id="sidebar-right-region">
153                                  <?php print $sidebar_right ?>                                  <?php print $sidebar_right ?>
154                          </div><!-- end sidebar right -->                          </div><!-- end sidebar right -->

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.2