customtype.inc.php 349 B

1234567891011121314
  1. <?php
  2. //decode by http://dezend.qiling.org QQ 2859470
  3. $customtypearr = array();
  4. $customtypearr['info'] = '分类信息';
  5. if (ifplugin('news')) {
  6. $customtypearr['news'] = '网站新闻';
  7. }
  8. if ($mymps_global['cfg_if_corp'] == 1) {
  9. $customtypearr['store'] = '商家店铺';
  10. }
  11. if (ifplugin('goods')) {
  12. $customtypearr['goods'] = '商品';
  13. }