How to include css in a hmvc setup in codeigniter

Posted by tariq on Stack Overflow See other posts from Stack Overflow or by tariq
Published on 2012-11-30T06:07:58Z Indexed on 2012/11/30 17:04 UTC
Read the original article Hit count: 307

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 ?

© Stack Overflow or respective owner

Related posts about php

Related posts about twitter-bootstrap