| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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 |
<head> |
<head> |
| 4 |
<title><?php print $head_title ?></title> |
<title><?php print $head_title ?></title> |
| 5 |
<?php print $head ?> |
<?php print $head ?> |
| 53 |
<?php endif; ?> |
<?php endif; ?> |
| 54 |
<div class="content_pad"></div> |
<div class="content_pad"></div> |
| 55 |
<div class="content_bg clearfix"> |
<div class="content_bg clearfix"> |
| 56 |
<?php if ($sidebar_left != ""): ?> |
<?php if ($left != ""): ?> |
| 57 |
<div class="side_nav"> |
<div class="side_nav"> |
| 58 |
<?php print $sidebar_left ?> |
<?php print $left ?> |
| 59 |
</div> |
</div> |
| 60 |
<?php endif; ?> |
<?php endif; ?> |
| 61 |
<div class="content_global"> |
<div class="content_global"> |
| 91 |
<div class="right"><?php print $footer_message;?></div> |
<div class="right"><?php print $footer_message;?></div> |
| 92 |
<?php endif; ?> |
<?php endif; ?> |
| 93 |
</div> |
</div> |
| 94 |
|
<?php if ($footer) : ?> |
| 95 |
|
<div><?php print $footer;?></div> |
| 96 |
|
<?php endif; ?> |
| 97 |
</div> |
</div> |
| 98 |
<?php print $closure;?> |
<?php print $closure;?> |
| 99 |
</body> |
</body> |