Commit 0e9978d6 by Alexander Makarov

Merge pull request #680 from suralc/readme

viewRenderers -> renderers
parents 376bddbe 6adad3b0
...@@ -47,7 +47,7 @@ return array( ...@@ -47,7 +47,7 @@ return array(
'components' => array( 'components' => array(
'view' => array( 'view' => array(
'class' => 'yii\base\View', 'class' => 'yii\base\View',
'viewRenderers' => array( 'renderers' => array(
'tpl' => array( 'tpl' => array(
'class' => 'yii\smarty\ViewRenderer', 'class' => 'yii\smarty\ViewRenderer',
//'cachePath' => '@runtime/Smarty/cache', //'cachePath' => '@runtime/Smarty/cache',
......
...@@ -47,7 +47,7 @@ return array( ...@@ -47,7 +47,7 @@ return array(
'components' => array( 'components' => array(
'view' => array( 'view' => array(
'class' => 'yii\base\View', 'class' => 'yii\base\View',
'viewRenderers' => array( 'renderers' => array(
'twig' => array( 'twig' => array(
'class' => 'yii\twig\ViewRenderer', 'class' => 'yii\twig\ViewRenderer',
//'cachePath' => '@runtime/Twig/cache', //'cachePath' => '@runtime/Twig/cache',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment