Active
Project:
Menu Display API
Version:
5.x-1.0-alpha1
Component:
Code: default_drupal
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2008 at 05:52 UTC
Updated:
7 May 2008 at 05:52 UTC
Hi
On my clients website I had put sub-menus to the right side navigation. Now the sub menu's are displaying on boh the navigations. How can I disable the sub menu's from the the left side?
Please see my website for more clarification http://www.sankalp.org/education
I had used following code for left side navigation
$localNav = _menu_get_active_trail();
if($localNav[1]) {
print theme_menu_tree($localNav[1]);
}
One more help. I want to display the parient menu name on the right side. Like Education when the visitor is on the Education section. At present when I put the code it shows "View".
Thanks in advance