| 12 |
<div id="header" <?php if(!$search_box && !$site_name && !$site_slogan) echo "class=\"center_logo\"" ?>> |
<div id="header" <?php if(!$search_box && !$site_name && !$site_slogan) echo "class=\"center_logo\"" ?>> |
| 13 |
<?php if ($search_box): ?> |
<?php if ($search_box): ?> |
| 14 |
<div id="search-wrap"> |
<div id="search-wrap"> |
| 15 |
<?php print search_box(); ?> |
<?php print search_box("header"); ?> |
| 16 |
</div> |
</div> |
| 17 |
<?php endif; ?> |
<?php endif; ?> |
| 18 |
<?php if ($logo) : ?> |
<?php if ($logo) : ?> |
| 37 |
</div> |
</div> |
| 38 |
<?php endif; ?> |
<?php endif; ?> |
| 39 |
|
|
| 40 |
<table id="content"> |
<table id="content"><tbody style="border: none !important;"> |
| 41 |
<tr> |
<tr> |
| 42 |
<?php if ($sidebar_left != ""): ?> |
<?php if ($sidebar_left != ""): ?> |
| 43 |
<td class="sidebar" id="sidebar-left"> |
<td class="sidebar" id="sidebar-left"> |
| 70 |
</td> |
</td> |
| 71 |
<?php endif; ?> |
<?php endif; ?> |
| 72 |
</tr> |
</tr> |
| 73 |
</table> |
</tbody></table> |
| 74 |
<?php if ($breadcrumb != ""): ?> |
<?php if ($breadcrumb != ""): ?> |
| 75 |
<?php print $breadcrumb ?> |
<?php print $breadcrumb ?> |
| 76 |
<?php endif; ?> |
<?php endif; ?> |