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

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

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

revision 1.5, Tue Apr 28 21:58:18 2009 UTC revision 1.6, Fri May 1 09:18:54 2009 UTC
# Line 98  Line 98 
98            </div>            </div>
99          <?php endif; ?>          <?php endif; ?>
100    
         <?php if ($title): ?>  
           <h1 class="title"><?php print $title ?></h1>  
         <?php endif; ?>  
   
101          <?php if (!empty($messages)): ?><?php print $messages ?><?php endif; ?>          <?php if (!empty($messages)): ?><?php print $messages ?><?php endif; ?>
102    
103          <?php if (!empty($help)): ?><?php print $help ?><?php endif; ?>          <?php if (!empty($help)): ?><?php print $help ?><?php endif; ?>
104    
105          <?php if (!empty($tabs)): ?><?php print $tabs ?><?php endif; ?>          <?php if (!empty($tabs)): ?><?php print $tabs ?><?php endif; ?>
106    
107            <?php if ($title): ?>
108              <h1 class="title"><?php print $title ?></h1>
109            <?php endif; ?>
110    
111          <?php print $content ?>          <?php print $content ?>
112    
113          <?php if ($content_bottom): ?>          <?php if ($content_bottom): ?>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2