function template_preprocess_om_maximenu_tabbed_content in OM Maximenu 7
Same name and namespace in other branches
- 8 inc/om_maximenu.render.inc \template_preprocess_om_maximenu_tabbed_content()
- 6 inc/om_maximenu.render.inc \template_preprocess_om_maximenu_tabbed_content()
Process variables for om_maximenu_tabbed_content.tpl.php
File
- inc/
om_maximenu.render.inc, line 644 - OM Maximenu Render
Code
function template_preprocess_om_maximenu_tabbed_content(&$vars) {
$links = $vars['links'];
$vars['theme_hook_suggestions'][] = 'om_maximenu_tabbed_content__' . $links['style'];
$vars['theme_hook_suggestions'][] = 'om_maximenu_tabbed_content__' . preg_replace('/-/', '_', $vars['maximenu_name']);
//dsm($vars);
}