12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?php
- ?><!doctype html<?php print $rdf_header; ?>>
- <html lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?><?php print $html_attributes; ?>>
- <head<?php print $rdf_profile?>>
- <?php print $head; ?>
- <title><?php print $head_title; ?></title>
- <?php print $styles; ?>
- <?php print $scripts; ?>
- </head>
- <body class="<?php print $classes; ?>" <?php print $attributes;?>>
- <div id="skip-link">
- <a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
- </div>
- <?php print $page_top; ?>
- <?php print $page; ?>
- <?php print $page_bottom; ?>
- </body>
- </html>
|