html.tpl.php 749 B

123456789101112131415161718
  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; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?>>
  4. <head profile="<?php print $grddl_profile; ?>">
  5. <?php print $head; ?>
  6. <title><?php print $head_title; ?></title>
  7. <?php print $styles; ?>
  8. <?php print $scripts; ?>
  9. </head>
  10. <body<?php print $attributes;?>>
  11. <div id="skip-link">
  12. <a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
  13. </div>
  14. <?php print $page_top; ?>
  15. <?php print $page; ?>
  16. <?php print $page_bottom; ?>
  17. </body>
  18. </html>