![]() |
How to add css styles - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: How to add css styles (/showthread.php?tid=9218) |
How to add css styles - El Forum - 07-03-2011 [eluser]porquero[/eluser] Hi guys, I have create a library to add css/js files easily. For use you only need add this code in views/templates: Code: <?php Assets::get();?> And add files in: pub/css pub/js More info |