You are here

function om_tools_preprocess_html in OM Tools 7.2

Same name and namespace in other branches
  1. 8.2 om_tools.module \om_tools_preprocess_html()
  2. 8 om_tools.module \om_tools_preprocess_html()
  3. 7 om_tools.module \om_tools_preprocess_html()

Override or insert om variables into the templates.

File

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

Code

function om_tools_preprocess_html(&$vars) {
  om_tools_processor($vars, 'preprocess_html');
}