www.gusucode.com > 08CMS空白站群系统 3.3 繁体 UTF-8 > upload/include/mtags/rtag/tag.php

    <?php
(!defined('M_COM') || !defined('M_ADMIN')) && exit('No Permission');
if(!submitcheck('bmtagadd') && !submitcheck('bmtagsdetail')){
	templatebox(lang('tag template'),'mtagnew[template]',empty($mtag['template']) ? '' : $mtag['template'],20,110);
	tabfooter();
}else{
	$mtagnew['template'] = trim($mtagnew['template']);
	if(empty($mtagnew['template'])) amessage(lang('tag data missing'),M_REFERER);
}

?>