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

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

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

revision 1.22, Sat Jan 3 18:35:57 2009 UTC revision 1.23, Thu May 14 06:27:44 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.12.2.9 2008/11/22 18:41:33 hswong3i Exp $  // $Id: page.tpl.php,v 1.12.2.10 2009/04/25 06:42:27 hswong3i Exp $
3  ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">  ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
5    
# Line 25  Line 25 
25        <?php if ($site_slogan): ?><div class='site-slogan'><?php print $site_slogan ?></div><?php endif; ?>        <?php if ($site_slogan): ?><div class='site-slogan'><?php print $site_slogan ?></div><?php endif; ?>
26      </div><!-- end slogan-floater -->      </div><!-- end slogan-floater -->
27    </div><!-- end header -->    </div><!-- end header -->
28    <?php if (isset($primary_links)) { ?>    <?php if (isset($primary_links)) : ?><!-- begin primary_links -->
29      <div id="primary-links"><!-- start primary-links -->      <?php print phptemplate_primary($primary_links); ?>
30        <?php print theme('primary', $primary_links); ?>    <?php endif; ?><!-- end primary_links -->
     </div><!-- end primary-links -->  
   <?php } ?>  
31    <?php if ($search_box): ?><div id="search-region" class="clear-block"><?php print $search_box; ?></div><?php endif; ?>    <?php if ($search_box): ?><div id="search-region" class="clear-block"><?php print $search_box; ?></div><?php endif; ?>
32    <?php if ($mission): print '<div id="mission">'. theme('mission') .'</div>'; endif; ?>    <?php if ($mission): print '<div id="mission">'. phptemplate_mission() .'</div>'; endif; ?>
33    <?php if ($left) { ?>    <?php if ($left) { ?>
34      <div id="sidebar-left" class="sidebar"><!-- begin sidebar-left -->      <div id="sidebar-left" class="sidebar"><!-- begin sidebar-left -->
35        <?php print $left ?>        <?php print $left ?>

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

  ViewVC Help
Powered by ViewVC 1.1.2