Hey,
Why doesn't the code below work? I just get a blank tab.
I tried it with displayoptions but didn't work either.
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="emotions">
<navgroup text="Moods" hr="true">
<navoption>
<text>Mood manager</text>
<link>image.php?do=modify&table=mood</link>
</navoption>
<navoption>
<text>Add new mood</text>
<link>image.php?do=add&table=mood</link>
</navoption>
<navoption>
<text>Upload mood</text>
<link>image.php?do=upload&table=mood</link>
</navoption>
</navgroup>
</navgroups>