Skip to content

Instantly share code, notes, and snippets.

@larowlan
Created September 17, 2014 01:19
Show Gist options
  • Select an option

  • Save larowlan/f70ca51ed136d467f227 to your computer and use it in GitHub Desktop.

Select an option

Save larowlan/f70ca51ed136d467f227 to your computer and use it in GitHub Desktop.
preprocessing in drupal
/**
* 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