Menu issue

chanakya - May 9, 2008 - 09:47

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

 
 

Drupal is a registered trademark of Dries Buytaert.