| 7 |
<meta http-equiv="Content-Style-Type" content="text/css" /> |
<meta http-equiv="Content-Style-Type" content="text/css" /> |
| 8 |
<?php print $head ?> |
<?php print $head ?> |
| 9 |
<?php print $styles ?> |
<?php print $styles ?> |
| 10 |
|
<?php print $scripts ?> |
| 11 |
</head> |
</head> |
| 12 |
|
|
| 13 |
<body <?php print theme("onload_attribute"); ?>> |
<body> |
| 14 |
|
|
| 15 |
<?php $mission = theme_get_setting('mission', false); ?> |
<?php $mission = theme_get_setting('mission', false); ?> |
| 16 |
<?php if ($mission || $sidebar_left) { ?> |
<?php if ($mission || $left) { ?> |
| 17 |
<div id="left"> |
<div id="left"> |
| 18 |
<?php if ($mission != ""): ?> |
<?php if ($mission != ""): ?> |
| 19 |
<div id="mission"> |
<div id="mission"> |
| 23 |
</p> |
</p> |
| 24 |
</div> |
</div> |
| 25 |
<?php endif; ?> |
<?php endif; ?> |
| 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 |
<?php }; ?> |
<?php }; ?> |
| 31 |
|
|
| 32 |
<div id="center" style="width: <?php print channel_nine_get_center_width($sidebar_left, $right1, $right2) ?>%;"> |
<div id="center" style="width: <?php print channel_nine_get_center_width($left, $right1, $right2) ?>%;"> |
| 33 |
<div class="banner"> |
<div class="banner"> |
| 34 |
|
|
| 35 |
</div> |
</div> |