| 4 |
<head> |
<head> |
| 5 |
<title><?php print $head_title; ?></title> |
<title><?php print $head_title; ?></title> |
| 6 |
<?php print $head; ?> |
<?php print $head; ?> |
| 7 |
<link rel="stylesheet" type="text/css" href="<?php print base_path() . path_to_theme() ?>/master.css"> |
<link rel="stylesheet" type="text/css" href="<?php print base_path() . path_to_theme() ?>/master.css"/> |
| 8 |
<?php print $styles; ?> |
<?php print $styles; ?> |
| 9 |
<?php print $scripts; ?> |
<?php print $scripts; ?> |
| 10 |
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in IE */ ?> </script> |
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in IE */ ?> </script> |