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

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

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

revision 1.1, Tue Aug 12 20:32:34 2008 UTC revision 1.1.4.1, Fri Aug 15 23:14:47 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: page.tpl.php,v 1.1 2008/08/12 20:32:34 doncoryon Exp $
3  ?>  ?>
4  <!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">
5  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">  <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
# Line 55  Line 55 
55    
56  </div>  </div>
57    
58    <?php print $closure ?>
59    
60  </body>  </body>
61  </html>  </html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

  ViewVC Help
Powered by ViewVC 1.1.2