Anonymous

Anonymous
Under the Admins Only Block, the is a link to "GL Version Test (N/A)". Can anyone tell me how to remove this link from Admins Only? I looked thru Geeklog but could not find any related story on this matter. Thank you.

Status: offline

Dirk

Site Admin
Admin
Registered: 01/12/02
Posts: 13073

In lib-common.php, function COM_adminMenu(), remove these lines:

Text Formatted Code

        $adminmenu->set_var( 'option_url', 'http://www.geeklog.net/versionchecker.php?version=' . VERSION );
        $adminmenu->set_var( 'option_label', $LANG01[107] );
        $adminmenu->set_var( 'option_count', 'N/A' );

        $retval .= $adminmenu->parse( 'item', 'option' );
 

bye, Dirk