I have setup the combination Codeigniter + HMVC + Twitter Bootstrap using this tutorial. I have created two modules named app and session. The app module contains the twitter bootstrap sample. When I click on About link, a new login page is displayed which is the session module configured using
<?php echo Modules::run('session/session/index'); ?>
The problem I am facing is that when I include the twitter bootstrap in both the views, the app module gets realigned and corousal doesnt work.
How do I get the CSS to work with the session module ?