' . $link['title'] . ''; } // got a theme function? $themes = variable_get('editmenu_inactive_parents_theme_function', array()); if (isset($themes[$theme])) { return $themes[$theme]($link); } // somehow the preprocess function did not get called?! // use the core default return theme_menu_link($link); } // vim: ts=2 sw=2 et syntax=php