1
|
<?php
|
2
|
?>
|
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
|
4
|
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
|
5
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?>>
|
6
|
|
7
|
<head profile="<?php print $grddl_profile; ?>">
|
8
|
<?php print $head; ?>
|
9
|
<title><?php print $head_title; ?></title>
|
10
|
<?php print $styles; ?>
|
11
|
<?php print $scripts; ?>
|
12
|
</head>
|
13
|
<body class="<?php print $classes; ?>" <?php print $attributes;?>>
|
14
|
<div id="skip-link">
|
15
|
<a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
|
16
|
</div>
|
17
|
<?php print $page_top; ?>
|
18
|
<?php print $page; ?>
|
19
|
<?php print $page_bottom; ?>
|
20
|
</body>
|
21
|
</html>
|