PDA

View Full Version : Admin navigation...


Davey
12-16-2002, 03:02 PM
I just installed g-force2k2's admin navigation hack, where it lets you view the board from the admin panel.
I wondered, how to get back to the admin panel after clicking on one of those links?
If I add:

makenavoption("Back to Admin index","index.php?=","<br>");

It loads it up again inside the main frame in the admin index.
How do I make the 'back to admin index' page open up as the whole of the admin index rather than just inside the frame?

Thanks, - Dave.

PS: Sorry if I'm not making any sense.

TECK
12-19-2002, 05:02 AM
You can't do it with makenavoption() function. Just use normal html code and use a target="_top"...