Skip to content

Instantly share code, notes, and snippets.

@waako
Created March 11, 2014 08:45
Show Gist options
  • Save waako/9481805 to your computer and use it in GitHub Desktop.
Save waako/9481805 to your computer and use it in GitHub Desktop.
Content type Teaser node template
function hamilton_trust_preprocess_node(&$variables) {
$variables['theme_hook_suggestions'][] = 'node__' . $variables['type'] . '__' . $variables['view_mode'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment