Skip to content

Instantly share code, notes, and snippets.

@aprohl5
Created November 15, 2014 01:00
Show Gist options
  • Save aprohl5/1884d023ba34c6fe315f to your computer and use it in GitHub Desktop.
Save aprohl5/1884d023ba34c6fe315f to your computer and use it in GitHub Desktop.
preprocess block stuff
function mti_theme_preprocess_block(&$vars) {
switch ($vars['elements']['#block']->delta) {
case 'main_callboard':
die(print_r($vars));
break;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment