/[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.14, Tue Oct 28 04:18:51 2008 UTC revision 1.15, Tue Oct 28 04:27:53 2008 UTC
# Line 149  Line 149 
149                          </div><!-- end section top -->                          </div><!-- end section top -->
150    
151                          <!-- sidebar right -->                          <!-- sidebar right -->
152                          <?php if ($sidebar_right): ?>                          <?php if ($right): ?>
153                          <div id="sidebar-right-region">                          <div id="sidebar-right-region">
154                                  <?php print $sidebar_right ?>                                  <?php print $right ?>
155                          </div><!-- end sidebar right -->                          </div><!-- end sidebar right -->
156                          <?php endif; ?><!-- endif $sidebar_right -->                          <?php endif; ?><!-- endif $sidebar_right -->
157    
158                          <?php if ($sidebar_left): ?>                          <?php if ($left): ?>
159                          <div id="sidebar-left-region">                          <div id="sidebar-left-region">
160                                  <?php print $sidebar_left; ?>                                  <?php print $left; ?>
161                          </div><!-- end sidebar-left-region -->                          </div><!-- end sidebar-left-region -->
162                          <?php endif; ?><!-- endif $sidebar_left -->                          <?php endif; ?><!-- endif $sidebar_left -->
163    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

  ViewVC Help
Powered by ViewVC 1.1.2