You are here

function om_tools_preprocess_block in OM Tools 8.2

Same name and namespace in other branches
  1. 6.2 om_tools.module \om_tools_preprocess_block()
  2. 6 om_tools.module \om_tools_preprocess_block()
  3. 7.2 om_tools.module \om_tools_preprocess_block()

Override or insert om variables into the templates.

File

./om_tools.module, line 134
This is a collection of OM Tools.

Code

function om_tools_preprocess_block(&$vars) {
  om_tools_processor($vars, 'preprocess_block');

  //dsm($vars);
}