📄 arclist.lib.php
字号:
<?php
function lib_arclist(&$ctag,&$refObj)
{
global $envs;
$autopartid = 0;
$tagname = $ctag->GetTagName();
$channelid = $ctag->GetAtt('channelid');
if($tagname=='imglist'||$tagname=='imginfolist'){ $listtype = 'image'; }
else if($tagname=='specart'){ $channelid = -1; $listtype=''; }
else if($tagname=='coolart'){ $listtype = 'commend'; }
else if($tagname=='autolist'){ $autopartid = $ctag->GetAtt('partsort'); }
else{ $listtype = $ctag->GetAtt('type'); }
//鎺掑簭
if($ctag->GetAtt('sort')!='') $orderby = $ctag->GetAtt('sort');
else if($tagname=='hotart') $orderby = 'click';
else $orderby = $ctag->GetAtt('orderby');
//瀵圭浉搴旂殑鏍囪
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -