name.inc.php 211 B

12345678
  1. <?php
  2. defined('IN_PHPCMS') or exit('Access Denied');
  3. defined('INSTALL') or exit('Access Denied');
  4. return array (
  5. 'show_list.html' => '内容页评论列表',
  6. 'list.html' => '评论列表',
  7. );
  8. ?>