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

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

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

revision 1.2.2.14, Tue Apr 21 07:16:46 2009 UTC revision 1.2.2.15, Sat Apr 25 06:19:22 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.2.2.13 2008/11/22 18:36:37 hswong3i Exp $  // $Id: page.tpl.php,v 1.2.2.14 2009/04/21 07:16:46 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 29  Line 29 
29      <?php endif; ?><!-- end primary_links -->      <?php endif; ?><!-- end primary_links -->
30    </div><!-- end header -->    </div><!-- end header -->
31    <div id="breadcrumb"><?php print $breadcrumb ?></div>    <div id="breadcrumb"><?php print $breadcrumb ?></div>
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 if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>        <?php if ($search_box): ?><div class="block block-theme"><?php print $search_box ?></div><?php endif; ?>

Legend:
Removed from v.1.2.2.14  
changed lines
  Added in v.1.2.2.15

  ViewVC Help
Powered by ViewVC 1.1.2