| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" lang="<?php print $language->language; ?>"> |
| 3 |
<head profile="http://gmpg.org/xfn/11"> |
<head profile="http://gmpg.org/xfn/11"> |
| 4 |
<title><?php print $head_title ?></title> |
<title><?php print $head_title ?></title> |
| 5 |
<?php print $head ?> |
<?php print $head ?> |
| 6 |
<?php print $styles ?> |
<?php print $styles ?> |
| 7 |
<?php print $scripts ?> |
<?php print $scripts ?> |
| 8 |
</head> |
</head> |
| 9 |
<body> |
<body class="<?php print $body_classes; ?>"> |
| 10 |
<div id="wrapper"> |
<div id="wrapper"> |
| 11 |
<div id="header"> |
<div id="header"> |
| 12 |
<?php if ($search_box) { print '<div class="search">' . $search_box .'</div>'; } ?> |
<?php if ($search_box) { print '<div class="search">' . $search_box .'</div>'; } ?> |
| 41 |
<div id="sidebar"> |
<div id="sidebar"> |
| 42 |
<div id="sidebar1"> |
<div id="sidebar1"> |
| 43 |
<div class="sb1"> |
<div class="sb1"> |
| 44 |
<?php if ($sidebar_left) { ?> |
<?php if ($left) { ?> |
| 45 |
<div id="sidebar-left" class="sidebar"> |
<div id="sidebar-left" class="sidebar"> |
| 46 |
<?php print $sidebar_left ?> |
<?php print $left ?> |
| 47 |
</div> |
</div> |
| 48 |
<?php } ?> |
<?php } ?> |
| 49 |
</div> |
</div> |
| 50 |
</div> |
</div> |
| 51 |
<div id="sidebar2"> |
<div id="sidebar2"> |
| 52 |
<div class="sb2"> |
<div class="sb2"> |
| 53 |
<?php if ($sidebar_right) { ?> |
<?php if ($right) { ?> |
| 54 |
<div id="sidebar-right" class="sidebar"> |
<div id="sidebar-right" class="sidebar"> |
| 55 |
<?php print $sidebar_right ?> |
<?php print $right ?> |
| 56 |
</div> |
</div> |
| 57 |
<?php } ?> |
<?php } ?> |
| 58 |
</div> |
</div> |
| 61 |
<div id="bottom"> |
<div id="bottom"> |
| 62 |
<div class="bottom"> |
<div class="bottom"> |
| 63 |
<?php if ($footer_message) { print $footer_message; } ?> |
<?php if ($footer_message) { print $footer_message; } ?> |
| 64 |
|
<?php if ($footer) { print $footer; } ?> |
| 65 |
<?php if ($closure) { print $closure; } ?> |
<?php if ($closure) { print $closure; } ?> |
| 66 |
</div> |
</div> |
| 67 |
</div> |
</div> |