/[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.10, Thu Oct 9 00:54:18 2008 UTC revision 1.11, Mon Oct 20 15:14:07 2008 UTC
# Line 136  Line 136 
136                          </div><!-- end section top -->                          </div><!-- end section top -->
137    
138                          <!-- sidebar right -->                          <!-- sidebar right -->
139                          <?php if ($sidebar_right): ?>                          <?php if ($right): ?>
140                          <div id="sidebar-right-region">                          <div id="sidebar-right-region">
141                                  <?php print $sidebar_right ?>                                  <?php print $right ?>
142                          </div><!-- end sidebar right -->                          </div><!-- end sidebar right -->
143                          <?php endif; ?><!-- endif $sidebar_right -->                          <?php endif; ?><!-- endif $sidebar_right -->
144    
145                          <?php if ($sidebar_left): ?>                          <?php if ($left): ?>
146                          <div id="sidebar-left-region">                          <div id="sidebar-left-region">
147                                  <?php print $sidebar_left; ?>                                  <?php print $left; ?>
148                          </div><!-- end sidebar-left-region -->                          </div><!-- end sidebar-left-region -->
149                          <?php endif; ?><!-- endif $sidebar_left -->                          <?php endif; ?><!-- endif $sidebar_left -->
150    

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

  ViewVC Help
Powered by ViewVC 1.1.2