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