| 1 |
<?php |
<?php |
| 2 |
// $Id: page.tpl.php,v 1.1.2.2 2008/07/07 13:01:49 crashtest Exp $ |
// $Id: page.tpl.php,v 1.1.2.3 2008/07/13 22:38:57 crashtest Exp $ |
| 3 |
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| 4 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 5 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>"> |
| 8 |
<?php print $head ?> |
<?php print $head ?> |
| 9 |
<?php print $styles ?> |
<?php print $styles ?> |
| 10 |
<?php print $scripts ?> |
<?php print $scripts ?> |
|
<!--[if lt IE 7]> |
|
|
<?php print phptemplate_get_ie_styles(); ?> |
|
|
<![endif]--> |
|
| 11 |
</head> |
</head> |
| 12 |
|
|
| 13 |
<body class="<?php print $body_classes ?>"> |
<body class="<?php print $body_classes ?>"> |