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

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

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

revision 1.1.2.3, Sun Jul 13 22:38:57 2008 UTC revision 1.1.2.4, Sat Mar 28 19:32:15 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.1.2.2 2008/07/07 13:01:49 crashtest Exp $  // $Id: page.tpl.php,v 1.1.2.3 2008/07/13 22:38:57 crashtest Exp $
3  ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"  ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5  <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 ?>">
# Line 8  Line 8 
8      <?php print $head ?>      <?php print $head ?>
9      <?php print $styles ?>      <?php print $styles ?>
10      <?php print $scripts ?>      <?php print $scripts ?>
     <!--[if lt IE 7]>  
       <?php print phptemplate_get_ie_styles(); ?>  
     <![endif]-->  
11    </head>    </head>
12    
13    <body class="<?php print $body_classes ?>">    <body class="<?php print $body_classes ?>">

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2