/[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.13, Fri Mar 20 14:22:49 2009 UTC revision 1.14, Wed May 6 10:36:04 2009 UTC
# Line 63  Line 63 
63    
64                                  <div id="site-name">                                  <div id="site-name">
65                                  <?php if ($site_name): ?>                                  <?php if ($site_name): ?>
66                                          <h1><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"><?php print $site_name; ?></a></h1>                                          <h1><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"/><?php print $site_name; ?></a></h1>
67                                  <?php endif; ?><!-- endif $site_name -->                                  <?php endif; ?><!-- endif $site_name -->
68                                  </div>                                  </div>
69    
# 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 ($primary_links): ?>      <?php if (isset($primary_links)) { ?>
95          <div id="nav">
96                     <?php if (isset($primary_links)) { ?>          <?php print menu_tree('primary-links'); ?>
97                     <div id="nav">        </div>
98                     <?php print theme('menu_tree',variable_get('menu_primary_menu',0)); ?>      <?php } ?>
99                     </div>    </div>
100                     <?php } ?>    <!-- end primary links -->
101                     <?php endif; ?>  
           </div> <!-- /#primary -->  
   
102    <div id="main-wrapper-top"></div>    <div id="main-wrapper-top"></div>
103    <div id="main-wrapper">    <div id="main-wrapper">
104          <?php if($ad_position_a && $top_data) : ?>          <?php if($ad_position_a && $top_data) : ?>
# Line 113  Line 111 
111        </div>        </div>
112        <br class="clear" />        <br class="clear" />
113      </div>      </div>
114          <?php endif; ?>          <?php endif; ?>
115    
116                          <!-- tabs and secondary links -->      <!-- tabs and secondary links -->
117                          <div class="tabs">                          <div class="tabs">
118    
119                  <div class="secondary">                  <div class="secondary">
# Line 153  Line 151 
151                          <?php endif; ?><!-- endif $section_top -->                          <?php endif; ?><!-- endif $section_top -->
152                          </div><!-- end section top -->                          </div><!-- end section top -->
153    
154                          <?php if ($left): ?>                          <?php if ($sidebar_left): ?>
155                          <div id="sidebar-left-region">                          <div id="sidebar-left-region">
156                                  <?php print $left; ?>                                  <?php print $left; ?>
157                          </div><!-- end sidebar-left-region -->                          </div><!-- end sidebar-left-region -->
# Line 162  Line 160 
160                          <!-- sidebar right -->                          <!-- sidebar right -->
161                          <?php if ($right): ?>                          <?php if ($right): ?>
162                          <div id="sidebar-right-region">                          <div id="sidebar-right-region">
163                                  <?php print $right ?>                                  <?php print $sidebar_right ?>
164                          </div><!-- end sidebar right -->                          </div><!-- end sidebar right -->
165                          <?php endif; ?><!-- endif $sidebar_right -->                          <?php endif; ?><!-- endif $sidebar_right -->
166    

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

  ViewVC Help
Powered by ViewVC 1.1.2