| 24 |
</form><?php } ?> |
</form><?php } ?> |
| 25 |
</div> |
</div> |
| 26 |
|
|
| 27 |
<?php if ($sidebar_left) { ?> |
<?php if ($left) { ?> |
| 28 |
<div id="sidebar-left"> |
<div id="sidebar-left"> |
| 29 |
<?php print $sidebar_left ?> |
<?php print $left ?> |
| 30 |
<?php if (($sidebar_right) && (burnt_is_admin())) { ?> |
<?php if (($right) && (burnt_is_admin())) { ?> |
| 31 |
<?php print $sidebar_right ?> |
<?php print $right ?> |
| 32 |
<?php } ?> |
<?php } ?> |
| 33 |
</div> |
</div> |
| 34 |
<?php } ?> |
<?php } ?> |
| 43 |
<?php print $content; ?> |
<?php print $content; ?> |
| 44 |
</div> |
</div> |
| 45 |
|
|
| 46 |
<?php if (($sidebar_right) && (!burnt_is_admin())) { ?> |
<?php if (($right) && (!burnt_is_admin())) { ?> |
| 47 |
<div id="sidebar-right"> |
<div id="sidebar-right"> |
| 48 |
<?php print $sidebar_right ?> |
<?php print $right ?> |
| 49 |
</div> |
</div> |
| 50 |
<?php } ?> |
<?php } ?> |
| 51 |
|
|