/[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.5 by couzinhub, Sun Aug 3 20:07:46 2008 UTC revision 1.1.4.6 by couzinhub, Tue May 5 19:14:11 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: page.tpl.php,v 1.1.4.5 2008/08/03 20:07:46 couzinhub Exp $
3  ?>  ?>
4    
5  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
# Line 61  Line 61 
61          <?php print $help; ?>          <?php print $help; ?>
62          <?php print $messages; ?>          <?php print $messages; ?>
63          <?php print $content; ?>          <?php print $content; ?>
64          <?php if ($content_bottom): ?><?php print $content_bottom; ?><?php endif; ?>          <?php if (isset($content_bottom)): ?><?php print $content_bottom; ?><?php endif; ?>
65              </div> <!-- /content -->              </div> <!-- /content -->
66    
67        <div id="sidebar-left" class="column">        <div id="sidebar-left" class="column">

Legend:
Removed from v.1.1.4.5  
changed lines
  Added in v.1.1.4.6

  ViewVC Help
Powered by ViewVC 1.1.3