Hello;
I really need a hand on this one.
I am adding some functions to the admin screens and I want to link to the
new screens from the main admin screen (admin_menu) I can do the link
fine
but I cannot figure out how to set the name of the link. This is the
code I
am using (without the quotes of course).
" print("<A HREF=\"" . ScreenURL("server_status") . "\"");
print(L_ADMINMENU_SERVER_STATUS);
print("</A<BR<BR\n");
"
The link works fine, I have added the necessary into to the "ScreeInfo"
module as below.
"
/*
** Server Status
*/
"server_status"=array
(
SI_TITLE="Display Server Status",
SI_DESCRIPTION=$DefaultDescription,
SI_KEYWORDS=$DefaultKeywords,
SI_LAYOUT="with_side_nav"
)
"
But how do I set the name of the link? It is driving me crazy.
Shawn
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]