From 99f694f97b48c6dd97e0478d7b2567592c9fbcd6 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 3 Jan 2014 20:50:05 +0100 Subject: [PATCH] Removed unnecessary text --- docs/guide/template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/guide/template.md b/docs/guide/template.md index e46beb3..71e37ab 100644 --- a/docs/guide/template.md +++ b/docs/guide/template.md @@ -22,8 +22,6 @@ component's behavior: //'cachePath' => '@runtime/Twig/cache', //'options' => [], /* Array of twig options */ 'globals' => ['html' => '\yii\helpers\Html'], - * Example: - * Than in template: {{ html.link('Login', 'site/login') }} ], // ... ],