| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
<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> |
| 15 |
<div class="header"> |
<div class="header"> |
| 16 |
<div class="top_info"> |
<div class="top_info"> |
| 17 |
<div class="top_info_right"> |
<div class="top_info_right"> |
| 18 |
<?php print internet_center_login_box(); ?> |
<?php print internet_center_login_box(); ?> |
| 19 |
</div> |
</div> |
| 20 |
<div class="top_info_left"> |
<div class="top_info_left"> |
| 21 |
<p>Today is: <b><?php print date('j F, Y') ?></b><br /> |
<p>Today is: <b><?php print date('j F, Y') ?></b><br /> |
| 52 |
<?php print $help ?> |
<?php print $help ?> |
| 53 |
<?php print $messages ?> |
<?php print $messages ?> |
| 54 |
<?php print $content; ?> |
<?php print $content; ?> |
| 55 |
|
<?php print $feed_icons; ?> |
| 56 |
</div> |
</div> |
| 57 |
</div> |
</div> |
| 58 |
|
|
| 66 |
<?php endif; ?> |
<?php endif; ?> |
| 67 |
|
|
| 68 |
<div class="right_articles"> |
<div class="right_articles"> |
| 69 |
<?php print $sidebar_left ?> |
<?php print $right ?> |
|
<?php print $sidebar_right ?> |
|
| 70 |
</div> |
</div> |
| 71 |
</div> |
</div> |
| 72 |
<?php } else {?> |
<?php } else {?> |
| 73 |
<div class="right_admin"> |
<div class="right_admin"> |
| 74 |
<h2>Navigation</h2> |
<?php print $right ?> |
|
<?php print theme('menu_tree'); ?> |
|
| 75 |
</div> |
</div> |
| 76 |
<?php }; ?> |
<?php }; ?> |
| 77 |
|
|