| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.16 2009/05/12 15:36:12 jrglasgow Exp $; |
// $Id: page.tpl.php,v 1.17 2009/05/12 15:38:50 jrglasgow Exp $; |
| 3 |
?> |
?> |
| 4 |
<!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"> |
| 5 |
<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->language; ?>" xml:lang="<?php print $language->language; ?>"> |
| 322 |
<?php endif; ?> |
<?php endif; ?> |
| 323 |
<h1 class="title"><?php print $title; ?></h1> |
<h1 class="title"><?php print $title; ?></h1> |
| 324 |
<div class="tabs"><?php print $tabs; ?></div> |
<div class="tabs"><?php print $tabs; ?></div> |
| 325 |
<?php print $help ?> |
<?php print $help; ?> |
| 326 |
<?php if ($show_messages) { print $messages; } ?> |
<?php if ($show_messages) { print $messages; } ?> |
| 327 |
<?php print $content; ?> |
<?php print $content; ?> |
| 328 |
<?php print $feed_icons; ?> |
<?php print $feed_icons; ?> |