| 136 |
</div><!-- end section top --> |
</div><!-- end section top --> |
| 137 |
|
|
| 138 |
<!-- sidebar right --> |
<!-- sidebar right --> |
| 139 |
<?php if ($sidebar_right): ?> |
<?php if ($right): ?> |
| 140 |
<div id="sidebar-right-region"> |
<div id="sidebar-right-region"> |
| 141 |
<?php print $sidebar_right ?> |
<?php print $right ?> |
| 142 |
</div><!-- end sidebar right --> |
</div><!-- end sidebar right --> |
| 143 |
<?php endif; ?><!-- endif $sidebar_right --> |
<?php endif; ?><!-- endif $sidebar_right --> |
| 144 |
|
|
| 145 |
<?php if ($sidebar_left): ?> |
<?php if ($left): ?> |
| 146 |
<div id="sidebar-left-region"> |
<div id="sidebar-left-region"> |
| 147 |
<?php print $sidebar_left; ?> |
<?php print $left; ?> |
| 148 |
</div><!-- end sidebar-left-region --> |
</div><!-- end sidebar-left-region --> |
| 149 |
<?php endif; ?><!-- endif $sidebar_left --> |
<?php endif; ?><!-- endif $sidebar_left --> |
| 150 |
|
|