1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
|
2
|
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
|
3
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"
|
4
|
<?php print $rdf_namespaces; ?>>
|
5
|
|
6
|
<head profile="<?php print $grddl_profile; ?>">
|
7
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
8
|
<?php print $head; ?>
|
9
|
<title><?php print $head_title; ?></title>
|
10
|
<meta name = "viewport" content = "user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width" />
|
11
|
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
12
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
13
|
<?php print $styles; ?>
|
14
|
<?php print $scripts; ?>
|
15
|
</head>
|
16
|
<body class="<?php print $classes; ?>" <?php print $attributes; ?><?php if (isset($background)): ?> style="<?php print $background; ?>;"<?php endif; ?>>
|
17
|
<div id="skip-link">
|
18
|
<a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
|
19
|
</div>
|
20
|
<?php print $page_top; ?>
|
21
|
<?php print $page; ?>
|
22
|
<?php print $page_bottom; ?>
|
23
|
</body>
|
24
|
</html>
|