footer_faq.php

来自「本代码是为客户联系管理而做的系统」· PHP 代码 · 共 50 行

PHP
50
字号
<?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>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?