/[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.12, Thu Feb 19 15:33:02 2009 UTC revision 1.13, Fri Mar 20 14:22:49 2009 UTC
# Line 153  Line 153 
153                          <?php endif; ?><!-- endif $section_top -->                          <?php endif; ?><!-- endif $section_top -->
154                          </div><!-- end section top -->                          </div><!-- end section top -->
155    
156                          <?php if ($sidebar_left): ?>                          <?php if ($left): ?>
157                          <div id="sidebar-left-region">                          <div id="sidebar-left-region">
158                                  <?php print $sidebar_left; ?>                                  <?php print $left; ?>
159                          </div><!-- end sidebar-left-region -->                          </div><!-- end sidebar-left-region -->
160                          <?php endif; ?><!-- endif $sidebar_left -->                          <?php endif; ?><!-- endif $sidebar_left -->
161    
162                          <!-- sidebar right -->                          <!-- sidebar right -->
163                          <?php if ($idebar_right): ?>                          <?php if ($right): ?>
164                          <div id="sidebar-right-region">                          <div id="sidebar-right-region">
165                                  <?php print $sidebar_right ?>                                  <?php print $right ?>
166                          </div><!-- end sidebar right -->                          </div><!-- end sidebar right -->
167                          <?php endif; ?><!-- endif $sidebar_right -->                          <?php endif; ?><!-- endif $sidebar_right -->
168    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.2