Hi,
I have downloaded and installed yii- bootstrap as per this website (http://www.cniska.net/yii-bootstrap/setup.html)instruction, my problem is i can’t change my main.php by using yii-bootstrap,.
Hi,
I have downloaded and installed yii- bootstrap as per this website (http://www.cniska.net/yii-bootstrap/setup.html)instruction, my problem is i can’t change my main.php by using yii-bootstrap,.
When you view the html source of the page, do you see the bootstrap .css and .js files? If not, go into your layout main.php and add this somewhere,
<?php Yii::app()->bootstrap->register(); ?>