Quote:
05-22-03 at 05:36 PM Austin Dea said this in Post #28
the "Quick Edit Template:" is a link to the nav bar o_O..
|
Just change this line
Code:
makenavoption("Quick Edit Template:", "#", $output);
to what you want. The second Option is the link. I changed it to
Code:
makenavoption("Quick Edit Template:", "template.php?action=modify", $output);
so it directs you to the normal Template-Edit-Page.