| 5 |
<title><?php print $head_title ?></title> |
<title><?php print $head_title ?></title> |
| 6 |
<meta http-equiv="Content-Style-Type" content="text/css" /> |
<meta http-equiv="Content-Style-Type" content="text/css" /> |
| 7 |
<?php print $head ?> |
<?php print $head ?> |
| 8 |
<style type="text/css" media="all">@import "<?php print path_to_theme(); ?>/style.css";</style> |
<style type="text/css" media="all">@import "/<?php print path_to_theme(); ?>/style.css";</style> |
| 9 |
</head> |
</head> |
| 10 |
<body <?php print theme("onload_attribute"); ?>> |
<body <?php print theme("onload_attribute"); ?>> |
| 11 |
<div id="container"> |
<div id="container"> |