template_preprocess_menu_tree
- Versions
- 7
template_preprocess_menu_tree(&$variables)
Preprocess the rendered tree for theme_menu_tree.
Related topics
Code
includes/menu.inc, line 1362
<?php
function template_preprocess_menu_tree(&$variables) {
$variables['tree'] = $variables['tree']['#children'];
}
?>Login or register to post comments 