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

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

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

revision 1.17.2.1.2.2, Tue Oct 6 23:09:33 2009 UTC revision 1.17.2.1.2.3, Wed Oct 14 21:09:26 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.17.2.1.2.1 2009/08/23 18:46:04 brauerranch Exp $  // $Id: page.tpl.php,v 1.17.2.1.2.2 2009/10/06 23:09:33 brauerranch Exp $
3  ?><?php include('head.php'); ?><!-- head section separated for easier maintenance -->  ?><?php include('head.php'); ?><!-- head section separated for easier maintenance -->
4    
5  <body class="<?php print $body_classes; ?>">  <body class="<?php print $body_classes; ?>">
# Line 9  Line 9 
9          <a href="#main-content-area"><?php print t('Skip to Main Content Area'); ?></a>          <a href="#main-content-area"><?php print t('Skip to Main Content Area'); ?></a>
10        </div>        </div>
11    
       <?php if ($custom_header): ?>  
       <?php include($custom_header); ?>  
       <?php else: ?>  
12        <!-- header-top row: width = grid_width -->        <!-- header-top row: width = grid_width -->
13    
14        <div id="header-top-wrapper" class="header-top-wrapper full-width">        <div id="header-top-wrapper" class="header-top-wrapper full-width">
# Line 57  Line 54 
54            </div><!-- /header-group-inner -->            </div><!-- /header-group-inner -->
55          </div><!-- /header-group -->          </div><!-- /header-group -->
56        </div><!-- /header-group-wrapper -->        </div><!-- /header-group-wrapper -->
       <?php endif; ?>  
57    
58        <!-- preface-top row: width = grid_width -->        <!-- preface-top row: width = grid_width -->
59        <?php print theme('grid_row', $preface_top, 'preface-top', 'full-width', $grid_width); ?>        <?php print theme('grid_row', $preface_top, 'preface-top', 'full-width', $grid_width); ?>

Legend:
Removed from v.1.17.2.1.2.2  
changed lines
  Added in v.1.17.2.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2