📄 footer_faq.php
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -