| 1234567891011121314151617181920212223242526272829 |
- <?php return array (
- 'auto_rule' => 1,
- 'http_exception_template' =>
- array (
- 404 => '/404.html',
- 500 => '/500.html',
- ),
- 'type' => 'Think',
- 'view_base' => '',
- 'view_path' => '',
- 'view_suffix' => 'html',
- 'view_depr' => '/',
- 'tpl_begin' => '{',
- 'tpl_end' => '}',
- 'taglib_begin' => '<',
- 'taglib_end' => '>',
- 'taglib_build_in' => 'cmf\\lib\\taglib\\Cmf,cx',
- 'default_filter' => '',
- 'cmf_theme_path' => 'themes/',
- 'cmf_default_theme' => 'mjmls',
- 'cmf_mobile_default_theme' => 'mjmls',
- 'cmf_admin_theme_path' => 'themes/',
- 'cmf_admin_default_theme' => 'admin_simpleboot3',
- 'tpl_replace_string' =>
- array (
- '__STATIC__' => '/static',
- '__ROOT__' => '',
- ),
- );
|