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

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

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

revision 1.1.4.3, Mon Jul 28 18:35:12 2008 UTC revision 1.1.4.4, Fri Aug 1 00:01:21 2008 UTC
# Line 21  Line 21 
21  </head>  </head>
22    
23  <body class="<?php print $body_classes; ?>">  <body class="<?php print $body_classes; ?>">
24      <?php if ($tabs): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
25    
26      <div id="header">      <div id="header">
27    
         <?php print $search_box; ?>  
28          <?php if ($logo): ?>          <?php if ($logo): ?>
29            <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>">            <a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>">
30              <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo" />              <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" id="logo" />
31            </a>            </a>
32          <?php endif; ?>          <?php endif; ?>
   
     <div id="name-and-slogan">  
33    
34          <?php if ($site_name): ?>          <?php if ($site_name): ?>
35            <h1 id='site-name'>            <h1 id='site-name'>
# Line 47  Line 45 
45            </div>            </div>
46          <?php endif; ?>          <?php endif; ?>
47    
48      </div> <!-- /name-and-slogan -->                                  <div class="clear-block"></div>
49    
50      </div> <!-- /header -->          <?php print $search_box; ?>
51    
52      <div id="content" class="clear-block">      </div> <!-- /header -->
   
         <div id="main" class="column main-content">  
                 <?php if ($breadcrumb): ?><?php print $breadcrumb; ?><?php endif; ?>  
                   <?php if ($mission): ?><div id="mission"><?php print $mission; ?></div><?php endif; ?>  
           <?php if ($content_top):?><div id="content-top"><?php print $content_top; ?></div><?php endif; ?>  
           <?php if ($title): ?><h1 class="title"><?php print $title; ?></h1><?php endif; ?>  
           <?php if ($tabs): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>  
           <?php print $help; ?>  
           <?php print $messages; ?>  
           <?php print $content; ?>  
           <?php print $feed_icons; ?>  
           <?php if ($content_bottom): ?><div id="content-bottom"><?php print $content_bottom; ?></div><?php endif; ?>  
53    
54          </div> <!-- /main -->      <div id="main">
55                            <div id="content" class="column">
56            <?php if ($mission): ?><div id="mission"><?php print $mission; ?></div><?php endif; ?>
57            <?php print $feed_icons; ?>
58                  <?php if ($breadcrumb): ?><?php print $breadcrumb; ?><?php endif; ?>
59            <?php if ($content_top):?><?php print $content_top; ?><?php endif; ?>
60            <?php if ($title): ?><h1 class="title"><?php print $title; ?></h1><?php endif; ?>
61            <?php print $help; ?>
62            <?php print $messages; ?>
63            <?php print $content; ?>
64            <?php if ($content_bottom): ?><?php print $content_bottom; ?><?php endif; ?>
65                </div> <!-- /content -->
66    
67          <div id="sidebar-left" class="column sidebar">        <div id="sidebar-left" class="column">
68    
69          <?php if (isset($primary_links)) : ?>          <?php if (isset($primary_links)) : ?>
70                  <?php print theme('links', $primary_links, array('class' => 'links primary-links')); ?>                  <?php print theme('links', $primary_links, array('class' => 'links primary-links')); ?>
# Line 81  Line 78 
78    
79          </div> <!-- /sidebar-left -->          </div> <!-- /sidebar-left -->
80    
81      </div> <!-- /content -->              </div> <!-- /main -->
82    
83        <div id="footer">        <div id="footer">
84                                  <div id="corner"></div>                                  <div id="corner"></div>
# Line 89  Line 86 
86                  <?php print $footer_message; ?>                  <?php print $footer_message; ?>
87                                  </div>                                  </div>
88       </div> <!-- /footer -->       </div> <!-- /footer -->
89    
90      <?php print $closure; ?>      <?php print $closure; ?>
91    
92  </body>  </body>
93  </html>  </html>

Legend:
Removed from v.1.1.4.3  
changed lines
  Added in v.1.1.4.4

  ViewVC Help
Powered by ViewVC 1.1.2