在main.php 里面配置
return array( 'theme'=>'myTheme, );
要使用theme里面的资源的话,比如说images, js, css,用以下方法:
Yii::app()->theme->baseUrl."/images/FileName.gif"; Yii::app()->Theme->baseUrl."/css/default/common.css";
在main.php 里面配置
return array( 'theme'=>'myTheme, );
要使用theme里面的资源的话,比如说images, js, css,用以下方法:
Yii::app()->theme->baseUrl."/images/FileName.gif"; Yii::app()->Theme->baseUrl."/css/default/common.css";
You must be logged in to post a comment.
近期评论