Hi,

I am trying to add a menu entry which should act just as a title, basically not going anywhere, under which (dropdown) I want to put the real links to the views/pages; but I don't know what to put for it to be accepted by the system.

Menu bar
home - my-dropdown-title v - link-1 - link-2
- my-first-real-link
- my-second-real-link
- my-third-real-link

What shall I put in the path field?

Thank you

Comments

VM’s picture

you'll need the special_menu_items.module to add menu items without a path.

keneso’s picture

Thank you.