Last active
November 2, 2019 02:16
-
-
Save robdecker/5855668 to your computer and use it in GitHub Desktop.
[Page templates depending on node type] #d7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function THEME_preprocess_page(&$vars) { | |
if (!empty($vars['node'])) { | |
$vars['theme_hook_suggestions'][] = 'page__node__' . $vars['node']->type; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment