Skip to content

Instantly share code, notes, and snippets.

@mynameispj
Created September 23, 2012 00:00
Show Gist options
  • Save mynameispj/3768293 to your computer and use it in GitHub Desktop.
Save mynameispj/3768293 to your computer and use it in GitHub Desktop.
Drupal Preprocess Variables
function pj_preprocess_node(&$variables) {
//change ['pjtest'] to name of the variable you're creating
$variables['pjtest'] = 'PJ is Testing';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment