philsturgeon / codeigniter-template

Template library for CodeIgniter which supports modules, themes, partial views, etc.
411 stars 178 forks source link

how to include theme assets #25

Open prakash opened 12 years ago

prakash commented 12 years ago

I have all of my theme static assets within my theme folder.

/application/themes/
    | default
    | assets
        | css
            - style.css
        | js
        | images
    | views

I would like to know how can I include my theme assets like css, js, images on my layouts or view files?