You are here

function om_tools_process_page in OM Tools 8.2

Same name and namespace in other branches
  1. 7.2 om_tools.module \om_tools_process_page()

Override or insert om variables into the templates.

File

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

Code

function om_tools_process_page(&$vars) {
  om_tools_processor($vars, 'process_page');
}