| 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" lang="<?php print $language ?>" xml:lang="<?php print $language ?>"> |
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>"> |
| 3 |
|
|
| 4 |
<head> |
<head> |
| 5 |
<title><?php print $head_title ?></title> |
<title><?php print $head_title ?></title> |
| 66 |
<tr> |
<tr> |
| 67 |
<td id="main-l"></td> |
<td id="main-l"></td> |
| 68 |
|
|
| 69 |
<?php if ($sidebar_left) { ?> |
<?php if ($left) { ?> |
| 70 |
<td id="sidebar-left" class="sidebar sidebar-left" valign="top"> |
<td id="sidebar-left" class="sidebar sidebar-left" valign="top"> |
| 71 |
<?php print $sidebar_left ?> |
<?php print $left ?> |
| 72 |
</td> |
</td> |
| 73 |
<?php } ?> |
<?php } ?> |
| 74 |
|
|
| 116 |
</div> |
</div> |
| 117 |
</td> |
</td> |
| 118 |
|
|
| 119 |
<?php if ($sidebar_right) { ?> |
<?php if ($right) { ?> |
| 120 |
<td id="sidebar-right" class="sidebar sidebar-right" valign="top"> |
<td id="sidebar-right" class="sidebar sidebar-right" valign="top"> |
| 121 |
<?php print $sidebar_right ?> |
<?php print $right ?> |
| 122 |
</td> |
</td> |
| 123 |
<?php } ?> |
<?php } ?> |
| 124 |
|
|
| 133 |
<tr> |
<tr> |
| 134 |
<td id="foot-l"><td> |
<td id="foot-l"><td> |
| 135 |
<td id="foot"> |
<td id="foot"> |
| 136 |
<?php print $footer_message ?><?php print $closure ?> |
<?php print $footer_message . $footer ?><?php print $closure ?> |
| 137 |
</td> |
</td> |
| 138 |
<td id="foot-r"><td> |
<td id="foot-r"><td> |
| 139 |
</tr> |
</tr> |