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

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

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

revision 1.4, Thu Sep 13 14:50:29 2007 UTC revision 1.5, Thu Sep 13 18:44:45 2007 UTC
# Line 7  Line 7 
7      <meta http-equiv="Content-Style-Type" content="text/css" />      <meta http-equiv="Content-Style-Type" content="text/css" />
8      <?php print $head ?>      <?php print $head ?>
9      <?php print $styles ?>      <?php print $styles ?>
10        <?php print $scripts ?>
11        <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
12    </head>    </head>
13    
14  <body <?php print theme("onload_attribute"); ?>>  <body>
15  <div id="container">  <div id="container">
16          <div id="header">          <div id="header">
17      <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>      <?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a></h1><?php } ?>
# Line 49  Line 51 
51    
52    
53          <div id="footer">          <div id="footer">
54      <p><?php print $footer_message ?>        <p><?php print $footer_message ?>
55        </div>
56      <?php print $closure ?></p>      <?php print $closure ?></p>
57    </div>  
58  </div>  </div>
59    
60  </body>  </body>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2