📄 tag.inc.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
require_once PHPCMS_ROOT."/$mod/include/tag.func.php";
require_once PHPCMS_ROOT."/$mod/include/formselect.func.php";
$action = $action ? $action : 'manage';
$actions = array('add','edit','delete','manage','save', 'preview', 'checkname');
if(!in_array($action, $actions)) showmessage($LANG['illegal_action'],'goback');
$function = isset($function) ? $function : 'display_list';
$iftype = '';
foreach ($PARS['infotype'] as $k=>$v)
{
if(strpos($k,'type_')>-1)
{
$iftype.= $v.",";
}
}
$functions = array('display_list'=>'妤肩洏鍒楄〃','house_list'=>'鎴夸骇淇℃伅鍒楄〃锛
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -