template.php 750 B

123456789101112131415161718192021222324252627282930
  1. <?php return array (
  2. 'auto_rule' => 1,
  3. 'http_exception_template' =>
  4. array (
  5. 404 => '/404.html',
  6. 500 => '/500.html',
  7. ),
  8. 'type' => 'Think',
  9. 'view_base' => '',
  10. 'view_path' => '',
  11. 'view_suffix' => 'html',
  12. 'view_depr' => '/',
  13. 'tpl_begin' => '{',
  14. 'tpl_end' => '}',
  15. 'taglib_begin' => '<',
  16. 'taglib_end' => '>',
  17. 'taglib_build_in' => 'cmf\\lib\\taglib\\Cmf,cx',
  18. 'default_filter' => '',
  19. 'cmf_theme_path' => 'themes/',
  20. // 'cmf_default_theme' => 'jiameng',
  21. 'cmf_default_theme' => 'mjmls',
  22. 'cmf_mobile_default_theme' => 'mobile',
  23. 'cmf_admin_theme_path' => 'themes/',
  24. 'cmf_admin_default_theme' => 'admin_simpleboot3',
  25. 'tpl_replace_string' =>
  26. array (
  27. '__STATIC__' => '/static',
  28. '__ROOT__' => '',
  29. ),
  30. );