In localhost all seems working but during the export to the website, seems that the BOOTSTRAP Css isn't loaded... http://cra.ivao.ch . This is the code that I inserted on main.php on layouts folder...
Yii 1.1: bootstrap
<?php
echo Yii::app()->bootstrap->registerAllCss();
echo Yii::app()->bootstrap->registerCoreScripts();
?>
In local all sems working but during the export something isn't called...
This is the main.php for the component loading
'components'=>array(
'bootstrap'=>array(
'class'=>'bootstrap.components.Bootstrap',
),