解决模板中无法使用标签的问题
This commit is contained in:
@@ -17,14 +17,6 @@ return [
|
||||
// 应用调试模式
|
||||
'app_debug' => true,
|
||||
|
||||
// +----------------------------------------------------------------------
|
||||
// | 模板设置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
'template' => [
|
||||
'taglib_build_in' => 'cx,com\Sent',
|
||||
],
|
||||
|
||||
// 视图输出字符串内容替换
|
||||
'view_replace_str' => [
|
||||
'__PUBLIC__' => '/static',
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
return array(
|
||||
'template' => array(
|
||||
'taglib_build_in' => 'cx,com\Sent',
|
||||
'view_depr' => '_'
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user