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

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

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

revision 1.1.6.2 by taherk, Fri Jun 8 22:39:26 2007 UTC revision 1.1.6.3 by taherk, Sat Jun 23 00:48:49 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: page.tpl.php,v 1.1 2007/06/08 22:03:03 taherk Exp $  // $Id: page.tpl.php,v 1.1.6.2 2007/06/08 22:39:26 taherk Exp $
3    
4  $color = 'black'; //set to blue, black, green, orange, purple, or red  $color = 'black'; //set to blue, black, green, orange, purple, or red
5  global $base_url;  global $base_url;
# Line 12  global $base_url; Line 12  global $base_url;
12    <title><?php print $head_title ?></title>    <title><?php print $head_title ?></title>
13    <?php print $head ?>    <?php print $head ?>
14    <?php print $styles ?>    <?php print $styles ?>
15      <?php print $scripts ?>
16    <style type="text/css" media="all">@import "<?php print $base_url . '/' . $directory . '/colorcss/' . $color ?>.css";</style>    <style type="text/css" media="all">@import "<?php print $base_url . '/' . $directory . '/colorcss/' . $color ?>.css";</style>
17    <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>    <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script>
18  </head>  </head>

Legend:
Removed from v.1.1.6.2  
changed lines
  Added in v.1.1.6.3

  ViewVC Help
Powered by ViewVC 1.1.3