base.php 177 B

12345678910111213141516
  1. <?php
  2. # 一些基本配置
  3. $config['base'] = array
  4. (
  5. # 后台头部菜单
  6. 'top' => 'main/project_id-2',
  7. );
  8. # 模板配置
  9. $config['template'] = array
  10. (
  11. );
  12. return $config;