⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 property.inc.php

📁 phpcms2007很好的cms内容管理系统,操作方便
💻 PHP
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
$submenu=array(
	array($LANG['product_property_manage'],'?mod='.$mod.'&file='.$file.'&action=manage'),
	array($LANG['add_product_property'],"javascript:\$(\"pro_name\").value=\"add your type name here...\";\$(\"pro_name\").style.color=\"#999999\"; \$(\"pro_name\").focus();"),
	array('<font color="red">'.$LANG['add_product_attribute'].'</font>','?mod='.$mod.'&file=attribute&action=add')
	);
$menu=adminmenu($LANG['product_property_attribute_manage'],$submenu);
$referer= isset($referer) ? $referer : $PHP_REFERER;
$action = isset($action) ? $action : 'manage';
$filearray = array('add','edit','delete','manage');
in_array($action,$filearray) or showmessage($LANG['illegal_action'],$referer);
require $file."_".$action.".inc.php";
?>

⌨️ 快捷键说明

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