hi all ,

I am updating a website which is built on drupal.

This website has left navigation built in blocks section.

The code of different left navigation shows the following:

$menuhtml = theme_menu_tree(144);
print $menuhtml;

How do I modify or create new left navigation for a new page.
What is theme_menu_tree(144)?

Comments

smita_drupal’s picture

I figured it out.Thanks!