You are here

function template_preprocess_om_maximenu_modal_content in OM Maximenu 6

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

Process variables for om_maximenu_modal_content.tpl.php

File

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

Code

function template_preprocess_om_maximenu_modal_content(&$vars) {
  $links = $vars['links'];
  $vars['template_files'][] = 'om-maximenu-modal-content__' . $links['style'];
  $vars['template_files'][] = 'om-maximenu-modal-content__' . $links['skin'];
  $vars['template_files'][] = 'om-maximenu-modal-content__' . $vars['maximenu_name'];

  //dsm($vars);
}