From e1b5ac6e2a3255cd32d03f23982c984247c4f37b Mon Sep 17 00:00:00 2001 From: callmez Date: Wed, 21 Aug 2013 11:28:10 +0800 Subject: [PATCH] typo path fix --- framework/yii/bootstrap/BootstrapThemeAsset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/bootstrap/BootstrapThemeAsset.php b/framework/yii/bootstrap/BootstrapThemeAsset.php index 144f2ad..d21f308 100644 --- a/framework/yii/bootstrap/BootstrapThemeAsset.php +++ b/framework/yii/bootstrap/BootstrapThemeAsset.php @@ -19,7 +19,7 @@ class BootstrapThemeAsset extends AssetBundle { public $sourcePath = '@yii/bootstrap/assets'; public $css = array( - 'js/bootstrap-theme.css', + 'css/bootstrap-theme.css', ); public $depends = array( 'yii\bootstrap\BootstrapAsset',