Skip to content

Instantly share code, notes, and snippets.

@mwise
Created March 6, 2012 23:06
Show Gist options
  • Save mwise/1989646 to your computer and use it in GitHub Desktop.
Save mwise/1989646 to your computer and use it in GitHub Desktop.
/**
* Override or insert variables into the node templates.
*
* @param $vars
* An array of variables to pass to the theme template.
* @param $hook
* The name of the template being rendered ("node" in this case.)
*/
function YOURTHEME_preprocess_node(&$vars, $hook) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment