From 0fa52238c5c133f021e89f62a03cf03003415e44 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 28 Jun 2013 16:43:09 -0400 Subject: [PATCH] Fixed basic layout. --- views/layouts/main.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/views/layouts/main.php b/views/layouts/main.php index 635e118..0af2fe2 100644 --- a/views/layouts/main.php +++ b/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(); ?>