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

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

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

revision 1.6, Thu Oct 30 16:55:31 2008 UTC revision 1.7, Sat Nov 1 00:45:12 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.5 2008/10/30 12:31:39 jmburnz Exp $  // $Id: page.tpl.php,v 1.6 2008/10/30 16:55:31 jmburnz Exp $
3    
4  /**  /**
5   * @file page.tpl.php   * @file page.tpl.php
# Line 126  Line 126 
126    
127                                                                                  <div id="main-content">                                                                                  <div id="main-content">
128                                                                                                  <?php if (!empty($title)): ?>                                                                                                  <?php if (!empty($title)): ?>
129                                                                                                    <h1 class="page-title" id="page-title"><?php print $title; ?></h1>                                                                                                    <h1 id="page-title"><?php print $title; ?></h1>
130                                                                                                  <?php endif; ?>                                                                                                  <?php endif; ?>
131                                                                                                  <?php if (!empty($tabs)): ?>                                                                                                  <?php if (!empty($tabs)): ?>
132                                                                                                    <div class="tabs"><?php print $tabs; ?></div>                                                                                                    <div class="tabs"><?php print $tabs; ?></div>

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

  ViewVC Help
Powered by ViewVC 1.1.2