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
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.