Hi,

I want to create slide menu in drupal....I have the CSS and JS files...I have one doubt....which way i call the primary menu Child Items in page.tpl....for parent item we use print theme('links', $primary_links, array('class' => 'links', 'id' => 'navlist')) php tag.....i want to how call primary child item in theme page.tpl file.......Hope for good reply....

Thanks and Regards,
Muthu.S

Comments

vm’s picture

I think what you are looking for are $secondary_links?

smuthu01’s picture

No....I want to know how add primary link child item.........

I want to create top menu look like http://www.fusionware.net/ top menu in drupal......if you go to Company than one slide bar appear with child items like About FusionWare,Executive Team etc.... I already create new theme and it work well...but the only problem is i can create menu(for example home) in drupal admin panal when i add item i display(like About in http://www.fusionware.net/)but i can't get slidebar menu if i add child items(like FusionWare,Executive Team etc in http://www.fusionware.net/)......

Thanks for your reply.........

Thanks and Regards,
Muthu.S