| 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; |
| 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> |