Posted by chanakya on May 7, 2008 at 5:52am
| Project: | Menu Display API |
| Version: | 5.x-1.0-alpha1 |
| Component: | Code: default_drupal |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
<?php
$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