base.php 126 B

123456789101112131415
  1. <?php
  2. # 一些基本配置
  3. $config['base'] = array
  4. (
  5. );
  6. # 模板配置
  7. $config['template'] = array
  8. (
  9. );
  10. return $config;