modules.php 234 B

123456789101112
  1. <?php
  2. return array (
  3. 'member' => '会员',
  4. 'special' => '专题',
  5. 'content' => '内容模块',
  6. 'announce' => '公告',
  7. 'comment' => '评论',
  8. 'link' => '友情链接',
  9. 'vote' => '投票',
  10. 'wap' => '手机门户',
  11. );
  12. ?>