| 63 |
|
|
| 64 |
<div id="site-name"> |
<div id="site-name"> |
| 65 |
<?php if ($site_name): ?> |
<?php if ($site_name): ?> |
| 66 |
<h1><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"><?php print $site_name; ?></a></h1> |
<h1><a href="<?php print $base_path; ?>" title="<?php print t('Home'); ?>"/><?php print $site_name; ?></a></h1> |
| 67 |
<?php endif; ?><!-- endif $site_name --> |
<?php endif; ?><!-- endif $site_name --> |
| 68 |
</div> |
</div> |
| 69 |
|
|
| 89 |
|
|
| 90 |
<!-- main wrapper --> |
<!-- main wrapper --> |
| 91 |
|
|
| 92 |
<!-- primary links --> |
<!-- primary links --> |
| 93 |
<div id="primary"> |
<div id="primary"> |
| 94 |
<?php if ($primary_links): ?> |
<?php if (isset($primary_links)) { ?> |
| 95 |
|
<div id="nav"> |
| 96 |
<?php if (isset($primary_links)) { ?> |
<?php print menu_tree('primary-links'); ?> |
| 97 |
<div id="nav"> |
</div> |
| 98 |
<?php print theme('menu_tree',variable_get('menu_primary_menu',0)); ?> |
<?php } ?> |
| 99 |
</div> |
</div> |
| 100 |
<?php } ?> |
<!-- end primary links --> |
| 101 |
<?php endif; ?> |
|
|
</div> <!-- /#primary --> |
|
|
|
|
| 102 |
<div id="main-wrapper-top"></div> |
<div id="main-wrapper-top"></div> |
| 103 |
<div id="main-wrapper"> |
<div id="main-wrapper"> |
| 104 |
<?php if($ad_position_a && $top_data) : ?> |
<?php if($ad_position_a && $top_data) : ?> |
| 111 |
</div> |
</div> |
| 112 |
<br class="clear" /> |
<br class="clear" /> |
| 113 |
</div> |
</div> |
| 114 |
<?php endif; ?> |
<?php endif; ?> |
| 115 |
|
|
| 116 |
<!-- tabs and secondary links --> |
<!-- tabs and secondary links --> |
| 117 |
<div class="tabs"> |
<div class="tabs"> |
| 118 |
|
|
| 119 |
<div class="secondary"> |
<div class="secondary"> |
| 151 |
<?php endif; ?><!-- endif $section_top --> |
<?php endif; ?><!-- endif $section_top --> |
| 152 |
</div><!-- end section top --> |
</div><!-- end section top --> |
| 153 |
|
|
| 154 |
<?php if ($left): ?> |
<?php if ($sidebar_left): ?> |
| 155 |
<div id="sidebar-left-region"> |
<div id="sidebar-left-region"> |
| 156 |
<?php print $left; ?> |
<?php print $left; ?> |
| 157 |
</div><!-- end sidebar-left-region --> |
</div><!-- end sidebar-left-region --> |
| 160 |
<!-- sidebar right --> |
<!-- sidebar right --> |
| 161 |
<?php if ($right): ?> |
<?php if ($right): ?> |
| 162 |
<div id="sidebar-right-region"> |
<div id="sidebar-right-region"> |
| 163 |
<?php print $right ?> |
<?php print $sidebar_right ?> |
| 164 |
</div><!-- end sidebar right --> |
</div><!-- end sidebar right --> |
| 165 |
<?php endif; ?><!-- endif $sidebar_right --> |
<?php endif; ?><!-- endif $sidebar_right --> |
| 166 |
|
|