You are here

function template_preprocess_om_maximenu_content in OM Maximenu 8

Same name and namespace in other branches
  1. 6 inc/om_maximenu.render.inc \template_preprocess_om_maximenu_content()
  2. 7 inc/om_maximenu.render.inc \template_preprocess_om_maximenu_content()

Process variables for om_maximenu_content.tpl.php

File

inc/om_maximenu.render.inc, line 915
OM Maximenu Render

Code

function template_preprocess_om_maximenu_content(&$vars) {
  if (!isset($vars['block']['content'])) {
    $vars['block']['content'] = '';
  }
  $vars['theme_hook_suggestions'][] = 'om_maximenu_content__' . $vars['module'];
  $vars['theme_hook_suggestions'][] = 'om_maximenu_content__' . $vars['module'] . '_' . $vars['delta'];

  //dsm($vars);
}