Created
September 17, 2014 01:19
-
-
Save larowlan/f70ca51ed136d467f227 to your computer and use it in GitHub Desktop.
preprocessing in drupal
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
| /** | |
| * Preprocessor for theme_book_navigation. | |
| */ | |
| function boilerplate_preprocess_book_navigation(&$vars) { | |
| $vars['my_new_variable'] = 'yo'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment