template.php 711 B

1234567891011121314151617181920212223242526272829
  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' => 'mjmls',
  21. 'cmf_mobile_default_theme' => 'mjmls',
  22. 'cmf_admin_theme_path' => 'themes/',
  23. 'cmf_admin_default_theme' => 'admin_simpleboot3',
  24. 'tpl_replace_string' =>
  25. array (
  26. '__STATIC__' => '/static',
  27. '__ROOT__' => '',
  28. ),
  29. );