| 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> |
<?php print theme('stylesheet_import', base_path() . path_to_theme() . '/style.css'); ?> |
| 9 |
</head> |
</head> |
| 10 |
<body <?php print theme("onload_attribute"); ?>> |
<body <?php print theme("onload_attribute"); ?>> |
| 11 |
<div id="container"> |
<div id="container"> |
| 12 |
<div id="top"> |
<div id="top"> |
| 13 |
<?php if ($site_name) : ?> |
<?php if ($site_name) : ?> |
| 14 |
<h1 id="site-name"><a href="<?php print url() ?>" title="Index Page"><?php print($site_name) ?></a></h1> |
<h1 id="site-name"><a href="<?php print base_path() ?>" title="Index Page"><?php print($site_name) ?></a></h1> |
| 15 |
<?php endif;?> |
<?php endif;?> |
| 16 |
<?php if ($site_slogan) : ?> |
<?php if ($site_slogan) : ?> |
| 17 |
<span id="site-slogan"><?php print($site_slogan) ?></span> |
<span id="site-slogan"><?php print($site_slogan) ?></span> |
| 18 |
<?php endif;?> |
<?php endif;?> |
| 19 |
|
|
| 20 |
|
<?php if ($header) : ?> |
| 21 |
|
<div id="header"> |
| 22 |
|
<?php print $header ?> |
| 23 |
|
</div> |
| 24 |
|
<?php endif;?> |
| 25 |
|
|
| 26 |
<div id="navigation"> |
<div id="navigation"> |
| 27 |
<?php if (count($primary_links)) : ?> |
<?php if (count($primary_links)) : ?> |
| 28 |
<ul id="primary"> |
<ul id="primary"> |