<!-- //===================================== // LINKER Category Engine //===================================== // Filename : index.html // Path : Manage directory // last update : 2002/03/13 // Desc : Admin index page //===================================== --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <head> <title>LINKER ADMIN PAGE</title> </head> <frameset rows='35,92%' border='0'> <frame src="main_top.php" name="up" scrolling="no" noresize marginwidth="0" marginheight="0"> <frameset cols='150,85%' border='0'> <frame src="main_left.php" name="left" scrolling="auto" marginwidth="0" marginheight="0"> <frame src="main_right.php" name="right" scrolling="auto" marginwidth="10"> </frameset> </frameset> </html>