123456789101112131415161718192021222324252627282930313233343536373839 |
- <?php
- return [
-
- 'type' => 'Think',
-
- 'view_path' => '',
-
- 'view_suffix' => 'html',
-
- 'view_depr' => DIRECTORY_SEPARATOR,
-
- 'tpl_begin' => '{',
-
- 'tpl_end' => '}',
-
- 'taglib_begin' => '{',
-
- 'taglib_end' => '}',
-
- 'tpl_replace_string' => [
- '__STATIC__' => '/static',
- '__RES__' => '/res',
- '__PUBLIC__' => '/common',
- ]
- ];
|