| 16 |
|
|
| 17 |
<div id="header"> |
<div id="header"> |
| 18 |
<?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?></h1> |
<?php if ($site_name) { ?><h1 class='site-name'><a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><?php print $site_name ?></a><?php } ?></h1> |
| 19 |
<?php if ($site_slogan) { ?><p id="subtext"><?php print $site_slogan ?></p><?php } ?> |
<?php if ($site_slogan) { ?><?php print $site_slogan ?><?php } ?> |
| 20 |
|
<p id="subtext"></p> |
| 21 |
|
|
| 22 |
</div> |
</div> |
| 23 |
|
|
| 24 |
<div id="right"> |
<div id="right"> |
| 25 |
<?php print $sidebar_right ?> |
<?php print $right ?> |
| 26 |
<?php if ($sidebar_left != ""): ?> |
<?php if ($left != ""): ?> |
| 27 |
<?php print $sidebar_left ?> <!-- print left sidebar if any blocks enabled --> |
<?php print $left ?> <!-- print left sidebar if any blocks enabled --> |
| 28 |
<?php endif; ?> |
<?php endif; ?> |
| 29 |
</div> |
</div> |
| 30 |
|
|