📄 list_js.php
字号:
<?php
define('SHOWJS', 1);
require './include/common.inc.php';
require MOD_ROOT.'/include/tag.func.php';
if(!$itemid || !$keyid || (!array_key_exists($keyid, $MODULE) && !array_key_exists($keyid, $CHANNEL))) showmessage($LANG['illegal_operation']);
$commentnum = intval($commentnum);
$commentnum = $commentnum>0 ? $commentnum : 10;
$ordertype = $ordertype==1 ? 1 : 0;
$data = '';
$enabledkey = explode(',', $MOD['enabledkey']);
$enabledkey = array_filter($enabledkey);
if(in_array($keyid,$enabledkey))
{
comment_list(0, $keyid, $itemid, 0, $commentnum, $ordertype, $title);
include template('comment', 'comment_submit');
}
$CONFIG['phpcache'] = 0;
phpcache(1);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -