Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yiisoft/yii2
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jul 10, 2013
2 parents cace50c + 3ba4188 commit 9644b40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/advanced/backend/views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -58,7 +57,6 @@
</div>
<?php $this->endBody(); ?>
</div>
<?php echo Toolbar::widget(); ?>
</body>
</html>
<?php $this->endPage(); ?>

0 comments on commit 9644b40

Please sign in to comment.