footer_faq.php
上传用户:gzy2002
上传日期:2010-02-11
资源大小:1785k
文件大小:1k
- <?php
- // +-------------------------------------------------------------+
- // | DeskPRO v [2.0.1 Production]
- // | Copyright (C) 2001 - 2004 Headstart Solutions Limited
- // | Supplied by WTN-WDYL
- // | Nullified by WTN-WDYL
- // | Distribution via WebForum, ForumRU and associated file dumps
- // +-------------------------------------------------------------+
- // | DESKPRO IS NOT FREE SOFTWARE
- // +-------------------------------------------------------------+
- // | License ID : Full Enterprise License =) ...
- // | License Owner : WTN-WDYL Team
- // +-------------------------------------------------------------+
- // | $RCSfile: footer_faq.php,v $
- // | $Date: 2004/02/10 01:34:26 $
- // | $Revision: 1.14 $
- // +-------------------------------------------------------------+
- // | File Details:
- // | - FAQ section footer.
- // +-------------------------------------------------------------+
- error_reporting(E_ALL ^ E_NOTICE);
- include('./../global.php');
- reload_index();
- footer_html(NULL, NULL, 1);
- include_once(INCLUDE_PATH . 'functions/class_Tree.php');
- $tree = new categoryTree();
- ?>
- <html>
- <head>
- <?
- echo get_javascript('sniffer.js');
- echo get_javascript('TreeMenu.js');
- ?>
- </head>
- <body>
- <BR />
- <div style="height:180; overflow:auto; padding: 2px; text-align:left; border-width: thin; border-color: black; border-style: solid; background-color: white" class="alt1" id="links">
- <? $tree->printMenu(); ?>
- </div>
- </body>
- </html>