I trried to add on line 48 on the asset library this paths but that didn't help me
`

         $asset_location = $base_url.‘system/assets'
         $asset_location = $base_url.‘system/application/assets/’;' 

I made a controller for my site and uploaded my library like this

         '$this->load->helper(asset);'

In my view file I used
css_asset('my.css');

The css is not loading waht am I doing wrong?

Please help

Member Avatar for diafol

Have you tried the CI forum?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.