/[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.12, Mon Oct 27 17:03:30 2008 UTC revision 1.13, Mon Oct 27 17:25:59 2008 UTC
# Line 87  Line 87 
87    
88                  </div><!-- end header-wrapper -->                  </div><!-- end header-wrapper -->
89    
90    <!-- primary links -->                  <!-- primary links -->
91      <div id="primary">            <div id="primary">
92      <?php if (isset($primary_links)) { ?>                    <?php if ($primary_links): ?>
93        <div id="nav">  
94          <?php print menu_tree('primary-links'); ?>                     <?php if (isset($primary_links)) { ?>
95        </div>                     <div id="nav">
96      <?php } ?>                     <?php print theme('menu_tree',variable_get('menu_primary_menu',0)); ?>
97    </div>                     </div>
98    <!-- end primary links -->                     <?php } ?>
99                       <?php endif; ?>
100              </div> <!-- /#primary -->
101    
102    <div id="main-wrapper-top"></div>    <div id="main-wrapper-top"></div>
103    <div id="main-wrapper">    <div id="main-wrapper">
# Line 147  Line 149 
149                          </div><!-- end section top -->                          </div><!-- end section top -->
150    
151                          <!-- sidebar right -->                          <!-- sidebar right -->
152                          <?php if ($right): ?>                          <?php if ($sidebar_right): ?>
153                          <div id="sidebar-right-region">                          <div id="sidebar-right-region">
154                                  <?php print $right ?>                                  <?php print $sidebar_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 ($left): ?>                          <?php if ($sidebar_left): ?>
159                          <div id="sidebar-left-region">                          <div id="sidebar-left-region">
160                                  <?php print $left; ?>                                  <?php print $sidebar_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.12  
changed lines
  Added in v.1.13

  ViewVC Help
Powered by ViewVC 1.1.2