Skip to content

Instantly share code, notes, and snippets.

@steffenr
Created April 11, 2011 07:14
Show Gist options
  • Select an option

  • Save steffenr/913176 to your computer and use it in GitHub Desktop.

Select an option

Save steffenr/913176 to your computer and use it in GitHub Desktop.
html--sites--xhttp.tpl.php / page--xhttp.tpl.php
// html--sites--xhttp.tpl.php
<?php
print $page;
?>
// page--xhttp.tpl.php
<?php
print render($page['content']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment