Welcome Guest, Not a member yet? Register   Sign In
How do u integrate Skeleton CSS with codeigniter?
#2

[eluser]InsiteFX[/eluser]
To load css js etc most users make an assets folder in the root with index.php
Code:
application
system
assets
-- css
-- js
-- img
-- images
-- etc;

To load you can do this:

<link rel="stylesheet" href="<?php echo base_url('assets/css/base.css'); ?>">

CI protects the application and system folders from being accessed with a .htaccess file.


Messages In This Thread
How do u integrate Skeleton CSS with codeigniter? - by El Forum - 12-22-2012, 02:14 AM
How do u integrate Skeleton CSS with codeigniter? - by El Forum - 12-22-2012, 05:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB