Created
September 23, 2012 00:00
-
-
Save mynameispj/3768293 to your computer and use it in GitHub Desktop.
Drupal Preprocess Variables
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 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