Fixed debugger with the new bootstrap.

This commit is contained in:
Qiang Xue
2013-08-08 21:06:40 -04:00
parent afa0a2b11a
commit 0e013c4f46
10 changed files with 951 additions and 726 deletions

View File

@@ -21,6 +21,7 @@ class SiteController extends Controller
public function actionIndex()
{
Yii::warning('test');
return $this->render('index');
}