Skip to content

Instantly share code, notes, and snippets.

@dmpatierno
Created July 11, 2011 05:21
Show Gist options
  • Save dmpatierno/1075346 to your computer and use it in GitHub Desktop.
Save dmpatierno/1075346 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title><?=Page::getTitle()?></title>
<meta charset="utf-8">
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<? include $template; ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment