1234567891011121314151617 |
- <?php
- return [
-
- 'view_suffix' => 'php',
- 'layout_on' => true,
- 'layout_name' => 'main/layout',
-
- 'tpl_replace_string' => [
- '{__PUBLIC_PATH__}' => '/',
- '{__STATIC_PATH__}' => '/static',
- '{__SYSTEM_PATH__}' => '/static/system',
- ]
- ];
|