function om_tools_preprocess_block in OM Tools 6.2
Same name and namespace in other branches
- 8.2 om_tools.module \om_tools_preprocess_block()
- 6 om_tools.module \om_tools_preprocess_block()
- 7.2 om_tools.module \om_tools_preprocess_block()
Override or insert om variables into the templates.
File
- ./
om_tools.module, line 105 - This is a collection of OM Tools.
Code
function om_tools_preprocess_block(&$vars) {
om_tools_processor($vars, 'preprocess_block');
}