function template_preprocess_om_maximenu_roundabout_content in OM Maximenu 6
Same name and namespace in other branches
- 8 inc/om_maximenu.render.inc \template_preprocess_om_maximenu_roundabout_content()
- 7 inc/om_maximenu.render.inc \template_preprocess_om_maximenu_roundabout_content()
Process variables for om_maximenu_roundabout_content.tpl.php
File
- inc/
om_maximenu.render.inc, line 830 - OM Maximenu Render
Code
function template_preprocess_om_maximenu_roundabout_content(&$vars) {
$vars['template_files'][] = 'om-maximenu-accordion-content__' . $vars['maximenu_name'];
$vars['template_files'][] = 'om-maximenu-accordion-content__' . $vars['maximenu_name'] . '-' . $vars['key'];
//dsm($vars);
}