I want to add some arguments to the links of my menu items
For example I have a menu item with the following url as target:
node/add/product&catalog=0
However it doesn't work because what I get is:
node/add/product%2526catalog%3D0
How can I get rid of numeric codes and just display the url as it is ?
thanks