| 5 |
<title><?php print $head_title ?></title> |
<title><?php print $head_title ?></title> |
| 6 |
<?php print $head ?> |
<?php print $head ?> |
| 7 |
<?php print $styles ?> |
<?php print $styles ?> |
| 8 |
|
<?php print $scripts ?> |
| 9 |
<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> |
| 10 |
</head> |
</head> |
| 11 |
|
|
| 12 |
<body> |
<body> |
| 13 |
|
|
| 14 |
<table id="header" border="0" cellspacing="0" cellpadding="0" onClick="window.location = '/'" onMouseOver="this.style.cursor='pointer'"> |
<table id="header" border="0" cellspacing="0" cellpadding="0" onClick="window.location = '<?php print $base_path ?>'" onMouseOver="this.style.cursor='pointer'"> |
| 15 |
<tr> |
<tr> |
| 16 |
<td id="searchbar" colspan="2"> |
<td id="searchbar" colspan="2"> |
| 17 |
<?php print $search_box ?> |
<?php print $search_box ?> |
| 24 |
<?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?> |
<?php if ($site_slogan) { ?><div class='site-slogan'><?php print $site_slogan ?></div><?php } ?> |
| 25 |
</td> |
</td> |
| 26 |
<td id="menu"> |
<td id="menu"> |
| 27 |
<?php if (isset($primary_links)) { ?><div id="primary"><?php print theme('links', $primary_links) ?></div><?php } ?> |
<?php if (isset($primary_links)) { ?><?php print theme('links', $primary_links, array('class' =>'links', 'id' => 'navlist')) ?><?php } ?> |
| 28 |
<?php if (isset($secondary_links)) { ?><div id="secondary"><?php print theme('links', $secondary_links) ?></div><?php } ?> |
<?php if (isset($secondary_links)) { ?><?php print theme('links', $secondary_links, array('class' =>'links', 'id' => 'subnavlist')) ?><?php } ?> |
| 29 |
</td> |
</td> |
| 30 |
</tr> |
</tr> |
| 31 |
<tr id="headerbottom"> |
<tr id="headerbottom"> |
| 32 |
<td colspan="2"><div><?php print $header ?> </div></td> |
<td colspan="2"><div><?php print $header ?> </div></td> |
| 47 |
<?php print $help ?> |
<?php print $help ?> |
| 48 |
<?php print $messages ?> |
<?php print $messages ?> |
| 49 |
<?php print $content; ?> |
<?php print $content; ?> |
| 50 |
</div> |
<?php print $feed_icons; ?> |
| 51 |
|
</div> |
| 52 |
</td> |
</td> |
| 53 |
<?php if ($sidebar_right) { ?><td id="sidebar-right"> |
<?php if ($sidebar_right) { ?><td id="sidebar-right"> |
| 54 |
<?php print $sidebar_right ?> |
<?php print $sidebar_right ?> |
| 60 |
<tr> |
<tr> |
| 61 |
<td> |
<td> |
| 62 |
<?php print $footer_message ?> |
<?php print $footer_message ?> |
|
<!-- It is greatly appreciated that you leave the below theme information here --> |
|
|
<p>Theme created by <a href="http://www.ronsnexus.com">Ron Williams</a> for <a href="http://www.lithicmedia.com">Lithic Media</a></p> |
|
| 63 |
</td> |
</td> |
| 64 |
</tr> |
</tr> |
| 65 |
</table> |
</table> |
| 68 |
<?php print $closure ?> |
<?php print $closure ?> |
| 69 |
</body> |
</body> |
| 70 |
</html> |
</html> |
| 71 |
|
|