| 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->language ?>" xml:lang="<?php print $language->language ?>"> |
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>"> |
| 3 |
|
|
| 4 |
<head> |
<head> |
| 5 |
<title><?php print $head_title ?></title> |
<title><?php print $head_title ?></title> |
| 148 |
<h1 class="title"><?php print $title ?></h1> |
<h1 class="title"><?php print $title ?></h1> |
| 149 |
<div class="tabs"><?php print $tabs ?></div> |
<div class="tabs"><?php print $tabs ?></div> |
| 150 |
<?php print $help ?> |
<?php print $help ?> |
| 151 |
<?php if ($show_messages) { print $messages; } ?> |
<?php print $messages ?> |
| 152 |
<?php print $content; ?> |
<?php print $content; ?> |
| 153 |
<?php print $feed_icons; ?> |
<?php print $feed_icons; ?> |
| 154 |
<?php if ($content_bottom): ?><div id="content-bottom"><?php print $content_bottom; ?></div><?php endif; ?> |
<?php if ($content_bottom): ?><div id="content-bottom"><?php print $content_bottom; ?></div><?php endif; ?> |