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

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

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

revision 1.2, Thu Mar 1 06:33:06 2007 UTC revision 1.3, Mon Mar 12 06:32:04 2007 UTC
# Line 59  Line 59 
59    
60    </div>    </div>
61    
62      <?php if ($sidebar_left != ""): ?>
63    <div id="l_sidebar">    <div id="l_sidebar">
     <?php if ($sidebar_left != ""): ?>  
64        <?php print $sidebar_left ?>        <?php print $sidebar_left ?>
     <?php endif; ?>  
65    </div>    </div>
66      <?php endif; ?>
67    
68      <?php if ($sidebar_right != ""): ?>
69    <div id="r_sidebar">    <div id="r_sidebar">
     <?php if ($sidebar_right != ""): ?>  
70        <?php print $sidebar_right ?>        <?php print $sidebar_right ?>
     <?php endif; ?>  
71    </div>    </div>
72        <?php endif; ?>
73  </div>  </div>
74    
75  <!-- The main column ends  -->  <!-- The main column ends  -->

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2