Skip to content

Instantly share code, notes, and snippets.

@micahredding
Created November 18, 2013 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micahredding/7533931 to your computer and use it in GitHub Desktop.
Save micahredding/7533931 to your computer and use it in GitHub Desktop.
Add a page content type template suggestion
if (isset($vars['node'])) {
$vars['theme_hook_suggestions'][] = 'page__' . $vars['node']->type;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment