📄 create_related_html.inc.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
$fid = 1;
$pernum = intval($PHPCMS['autoupdatepagenum']);
createhtml('list');
if($CAT['arrparentid'])
{
$catids = explode(',', $CAT['arrparentid']);
foreach($catids as $catid)
{
if(!$catid) continue;
createhtml('list');
}
}
createhtml('show');
createhtml('index');
createhtml('index', PHPCMS_ROOT);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -