| 7 menu.inc | template_preprocess_menu_tree(&$variables) |
| 8 menu.inc | template_preprocess_menu_tree(&$variables) |
Preprocesses the rendered tree for theme_menu_tree().
Related topics
File
- includes/
menu.inc, line 1594 - API for the Drupal menu system.
Code
function template_preprocess_menu_tree(&$variables) {
$variables['tree'] = $variables['tree']['#children'];
}
Login or register to post comments