| 10 |
</head> |
</head> |
| 11 |
|
|
| 12 |
<body <?php print theme("onload_attribute"); ?>> |
<body <?php print theme("onload_attribute"); ?>> |
| 13 |
<div id="left"> |
|
| 14 |
<?php $mission = theme_get_setting('mission', false); |
<?php $mission = theme_get_setting('mission', false); ?> |
| 15 |
if ($mission != ""): ?> |
<?php if ($mission || $sidebar_left) { ?> |
| 16 |
<div id="mission"> |
<div id="left"> |
| 17 |
<h1>Our Mission</h1> |
<?php if ($mission != ""): ?> |
| 18 |
<p> |
<div id="mission"> |
| 19 |
<?php print $mission; ?> |
<h1>Our Mission</h1> |
| 20 |
</p> |
<p> |
| 21 |
</div> |
<?php print $mission; ?> |
| 22 |
<?php endif; ?> |
</p> |
| 23 |
<?php if ($sidebar_left != ""): ?> |
</div> |
| 24 |
<?php print $sidebar_left ?> <!-- print left sidebar if any blocks enabled --> |
<?php endif; ?> |
| 25 |
<?php endif; ?> |
<?php if ($sidebar_left != ""): ?> |
| 26 |
</div> |
<?php print $sidebar_left ?> <!-- print left sidebar if any blocks enabled --> |
| 27 |
<div id="center"> |
<?php endif; ?> |
| 28 |
|
</div> |
| 29 |
|
<?php }; ?> |
| 30 |
|
|
| 31 |
|
<div id="center" style="width: <?php print channel_nine_get_center_width($sidebar_left, $right1, $right2) ?>%;"> |
| 32 |
<div class="banner"> |
<div class="banner"> |
| 33 |
|
|
| 34 |
</div> |
</div> |
| 55 |
</div> |
</div> |
| 56 |
</div> |
</div> |
| 57 |
|
|
| 58 |
|
<?php if ($right1) { ?> |
| 59 |
<div id="right1"> |
<div id="right1"> |
|
<?php if ($right1) { ?> |
|
| 60 |
<?php print $right1 ?> |
<?php print $right1 ?> |
| 61 |
<?php } ?> |
</div> |
| 62 |
</div> |
<?php } ?> |
| 63 |
<div id="right2"> |
|
| 64 |
<?php if ($right2) { ?> |
<?php if ($right2) { ?> |
| 65 |
|
<div id="right2"> |
| 66 |
<?php print $right2 ?> |
<?php print $right2 ?> |
| 67 |
<?php } ?> |
</div> |
| 68 |
</div> |
<?php } ?> |
| 69 |
|
|
| 70 |
</body> |
</body> |
| 71 |
</html> |
</html> |