Projet

Général

Profil

Paste
Télécharger (414 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / responsive / templates / html.tpl.php @ cc7b6b59

1
<!DOCTYPE html>
2
<head>
3
<?php print $head; ?>
4
<title><?php print $head_title; ?></title>
5
<?php print $styles; ?>
6
<?php print $scripts; ?>
7
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
8
</head>
9
<body class="<?php print $classes; ?>"<?php print $attributes; ?>>
10
  <?php print $page_top; ?>
11
  <?php print $page; ?>
12
  <?php print $page_bottom; ?>
13
</body>
14
</html>