Skip to content

Instantly share code, notes, and snippets.

View abelb's full-sized avatar

A Burton abelb

View GitHub Profile
@abelb
abelb / html.tpl.php
Created October 17, 2012 21:11 — forked from pascalduez/html.tpl.php
Drupal 7 — HTML5 html.tpl.php
<!DOCTYPE html>
<html<?php print $html_attributes; ?>>
<head>
<?php print $head; ?>
<title><?php print $head_title; ?></title>
<?php print $styles; ?>
<?php print $scripts; ?>
</head>
<body<?php print $body_attributes;?>>