I have a problem with the xml file which describes the menu I want to appear in the AdminCP.
If one of the options contains a link, which includes as a character, the character &, the menu does not appear. For example:
Code:
<navoption displayorder="100">
<text>Statistics - Warnings Per User</text>
<link>admin_warn.php?act=viewwarnedusers&type=warnings</link>
</navoption>
Them the menu refuses to appear. Instead, an empty menu is shown.
If I replace the & character with a - or something, everything works.
Is this a bug in the way the xml is handled or is this character not allowed? If so, how can I pass a link, which includes such a character?
Thanks