Quote:
Originally Posted by Mike Gaidin
I don't know too much about this so maybe I'm mistaken about something and if so I apologize, but...
Shouldn't this:
PHP Code:
<navoption displayorder="1">
<text>Add a Template</text>
<link>css.php</link>
</navoption>
Be this:
PHP Code:
<navoption displayorder="1">
<text>Add a Template</text>
<link>template.php?do=add</link>
</navoption>
|
Anyway i still dont understand what this feature for?
i am already check the link but somehow i am stupid indeed, can somebody help me to explain?