www.gusucode.com > Destoon B2B仿淘宝电子商务网站 UTF8 v6.0源码程序 > destoon/module/photo/admin/config.inc.php

    <?php
defined('DT_ADMIN') or exit('Access Denied');
$MCFG = array();
$MCFG['module'] = 'photo';
$MCFG['name'] = '图库';
$MCFG['author'] = 'DESTOON.COM';
$MCFG['homepage'] = 'www.destoon.com';
$MCFG['copy'] = true;
$MCFG['uninstall'] = true;
$MCFG['moduleid'] = 0;

$RT = array();
$RT['file']['index'] = '图库管理';
$RT['file']['item'] = '上传管理';
$RT['file']['html'] = '更新网页';

$RT['action']['index']['add'] = '添加图库';
$RT['action']['index']['edit'] = '修改图库';
$RT['action']['index']['delete'] = '删除图库';
$RT['action']['index']['check'] = '审核图库';
$RT['action']['index']['reject'] = '未通过';
$RT['action']['index']['recycle'] = '回收站';
$RT['action']['index']['move'] = '图库移动';
$RT['action']['index']['level'] = '信息级别';

$CT = true;
?>