Browse Source

Removed unnecessary text

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
99f694f97b
  1. 2
      docs/guide/template.md

2
docs/guide/template.md

@ -22,8 +22,6 @@ component's behavior:
//'cachePath' => '@runtime/Twig/cache', //'cachePath' => '@runtime/Twig/cache',
//'options' => [], /* Array of twig options */ //'options' => [], /* Array of twig options */
'globals' => ['html' => '\yii\helpers\Html'], 'globals' => ['html' => '\yii\helpers\Html'],
* Example:
* Than in template: {{ html.link('Login', 'site/login') }}
], ],
// ... // ...
], ],

Loading…
Cancel
Save