Soya
Soya

Reputation: 115

Joomla manifest file menu link

I want to create a manifest file, in which I want to set the default link when clicking on the menu, how should I phrase the link "anoption=avalue"?

<menu link="anoption=avalue">COM_EXAMPLE_SUBMENU_ANOPTION</menu>

Thank you!

Upvotes: 0

Views: 123

Answers (1)

Jitendra Khatri
Jitendra Khatri

Reputation: 774

You have to go in this way :

<menu view="view_name">Text_To_Show_On_Menu_Link</menu>

Hope this will helps you.

Upvotes: 2

Related Questions