wpfw_ewei_shopv2/plugin/postera/config.php
2023-02-14 19:57:32 +08:00

7 lines
343 B
PHP

<?php
echo "\r\n";
if (!defined('IN_IA')) {
exit('Access Denied');
}
return array('version' => '1.0', 'id' => 'postera', 'name' => '活动海报', 'v3' => true, 'menu' => array('title' => '页面', 'plugincom' => 1, 'icon' => 'page', 'items' => array(array('title' => '海报管理', 'route' => '', 'extends' => array('postera.scan')))));