I am making a Knowledge Base for a website of mine and using frames, and what I want to do is use the same functionality that vB uses for the:
Code:
// *************************************************
makenavoption("Overview","/admin/serverinfo.php?action=detail","|");
makenavoption("PHP Info","/admin/serverinfo.php?action=phpinfo");
makenavselect("Server Information","<hr>");
// *************************************************
Can someone tell me step by step how to do this?
Please keep in mind those links aren't for anything, they are just the very first in my Admin CP.