tag_add.inc.php

来自「phpcms2007很好的cms内容管理系统,操作方便」· PHP 代码 · 共 17 行

PHP
17
字号
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
$function or showmessage($LANG['function_name_not_null'],"goback");
if($dosubmit)
{
	$tagname or showmessage($LANG['label_name_not_null'],"goback");
	if($tag->exists($tagname)) showmessage($LANG['label']." ".$tagname." ".$LANG['exist_change_name'],"goback");
	$tag->update($tagname , $tag_config, $function.'('.$tag_funcs[$function].')');
	showmessage($LANG['operation_success'], $referer);
}
else
{
	require_once PHPCMS_ROOT.'/include/tree.class.php';
    $tree = new tree;

	$TYPE = cache_read('type_'.$mod.'.php');
	$type_select = type_select('type_id','閫夋嫨瀛愮被鍒

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?