/[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.1.1.1.2.10, Tue Apr 21 08:22:35 2009 UTC revision 1.1.1.1.2.11, Sat Apr 25 06:21:12 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.1.1.1.2.9 2008/06/26 17:51:19 hswong3i Exp $  // $Id: page.tpl.php,v 1.1.1.1.2.10 2009/04/21 08:22:35 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 ?>" lang="<?php print $language ?>">  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language ?>" lang="<?php print $language ?>">
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 ($sidebar_left) { ?>    <?php if ($sidebar_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.1.1.1.2.10  
changed lines
  Added in v.1.1.1.1.2.11

  ViewVC Help
Powered by ViewVC 1.1.2