| 149 |
</div><!-- end section top --> |
</div><!-- end section top --> |
| 150 |
|
|
| 151 |
<!-- sidebar right --> |
<!-- sidebar right --> |
| 152 |
<?php if ($sidebar_right): ?> |
<?php if ($right): ?> |
| 153 |
<div id="sidebar-right-region"> |
<div id="sidebar-right-region"> |
| 154 |
<?php print $sidebar_right ?> |
<?php print $right ?> |
| 155 |
</div><!-- end sidebar right --> |
</div><!-- end sidebar right --> |
| 156 |
<?php endif; ?><!-- endif $sidebar_right --> |
<?php endif; ?><!-- endif $sidebar_right --> |
| 157 |
|
|
| 158 |
<?php if ($sidebar_left): ?> |
<?php if ($left): ?> |
| 159 |
<div id="sidebar-left-region"> |
<div id="sidebar-left-region"> |
| 160 |
<?php print $sidebar_left; ?> |
<?php print $left; ?> |
| 161 |
</div><!-- end sidebar-left-region --> |
</div><!-- end sidebar-left-region --> |
| 162 |
<?php endif; ?><!-- endif $sidebar_left --> |
<?php endif; ?><!-- endif $sidebar_left --> |
| 163 |
|
|