Skip to content

Instantly share code, notes, and snippets.

@aphoenix
Created August 19, 2010 17:53
Show Gist options
  • Save aphoenix/538473 to your computer and use it in GitHub Desktop.
Save aphoenix/538473 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php print $language->language ?>"
lang="<?php print $language->language ?>">
<?php include 'includes/html-header.php'; ?>
<body>
<?php include 'includes/header.php'; ?>
<?php include 'includes/page-main.php'; ?>
<?php include 'includes/footer.php'; ?>
<?php print $closure; ?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment