Quote:
Originally Posted by kh99
How is that menu being created?
|
By the xml file I created that I included in xml directory in includes .... pardon my redundancy.
--------------- Added [DATE]1312238087[/DATE] at [TIME]1312238087[/TIME] ---------------
here you go:
PHP Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<navgroups product="oftw" master="true">
<navgroup text="Conests Of The Week" permissions="" hr="true" displayorder="105">
<navoption displayorder="10">
<phrase>cotw_cpnav_name</phrase>
<link>options.php?dogroup=oftw.options_main</link>
</navoption>
<navoption displayorder="10">
<phrase>cotw_cpnav_contest1</phrase>
<link>options.php?dogroup=oftw.options1</link>
</navoption>
<navoption displayorder="10">
<phrase>cotw_cpnav_contest2</phrase>
<link>options.php?dogroup=oftw.options2</link>
</navoption>
<navoption displayorder="10">
<phrase>cotw_cpnav_contest3</phrase>
<link>options.php?dogroup=oftw.options3</link>
</navoption>
</navgroup>
</navgroups>
--------------- Added [DATE]1312238404[/DATE] at [TIME]1312238404[/TIME] ---------------
if you mean how I changed it that time I did it manually going to phrase manager , etc, etc, for the effects to demonstrate what I wanted to be done but via php user submission not phrase manager.