/[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.10, Mon Oct 20 15:02:33 2008 UTC revision 1.11, Mon Oct 27 20:11:16 2008 UTC
# Line 89  Line 89 
89    
90                  <!-- main wrapper -->                  <!-- main wrapper -->
91    
92  <!-- primary links -->                  <!-- primary links -->
93      <div id="primary">            <div id="primary">
94      <?php if (isset($primary_links)) { ?>                    <?php if ($primary_links): ?>
95        <div id="nav">  
96          <?php print menu_tree('primary-links'); ?>                     <?php if (isset($primary_links)) { ?>
97        </div>                     <div id="nav">
98      <?php } ?>                     <?php print theme('menu_tree',variable_get('menu_primary_menu',0)); ?>
99    </div>                     </div>
100    <!-- end primary links -->                     <?php } ?>
101                       <?php endif; ?>
102              </div> <!-- /#primary -->
103    
104                  <div id="main-wrapper-top"></div>    <div id="main-wrapper-top"></div>
105      <div id="main-wrapper">
106                  <div id="main-wrapper">          <?php if($ad_position_a && $top_data) : ?>
107        <div id="banner-top">
108          <div id="top-blocks">
109            <?php print $top_data; ?>
110          </div>
111          <div id="ad-position-a">
112            <?php print $ad_position_a; ?>
113          </div>
114          <br class="clear" />
115        </div>
116            <?php endif; ?>
117    
118                          <!-- tabs and secondary links -->                          <!-- tabs and secondary links -->
119                          <div class="tabs">                          <div class="tabs">
# Line 143  Line 155 
155    
156                          <?php if ($sidebar_left): ?>                          <?php if ($sidebar_left): ?>
157                          <div id="sidebar-left-region">                          <div id="sidebar-left-region">
158                                  <?php print $left; ?>                                  <?php print $sidebar_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 ($right): ?>                          <?php if ($idebar_right): ?>
164                          <div id="sidebar-right-region">                          <div id="sidebar-right-region">
165                                  <?php print $sidebar_right ?>                                  <?php print $sidebar_right ?>
166                          </div><!-- end sidebar right -->                          </div><!-- end sidebar right -->

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

  ViewVC Help
Powered by ViewVC 1.1.2