From aa514e61c0c377f1fd8a6ad7969ac295a8ee6ebe Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 28 Jun 2013 16:43:09 -0400 Subject: [PATCH] Fixed basic layout. --- apps/basic/views/layouts/main.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/basic/views/layouts/main.php b/apps/basic/views/layouts/main.php index 635e118..0af2fe2 100644 --- a/apps/basic/views/layouts/main.php +++ b/apps/basic/views/layouts/main.php @@ -2,7 +2,6 @@ use yii\helpers\Html; use yii\widgets\Menu; use yii\widgets\Breadcrumbs; -use yii\debug\Toolbar; /** * @var $this \yii\base\View @@ -60,7 +59,6 @@ $this->registerAssetBundle('app'); endBody(); ?> - endPage(); ?>