Reply to thread

Similar to how you can specify JS and data URLs in the config, it would be nice to be able to do the same for CSS so you can route them through a CDN/cookieless domain like so...


[code]$config['cssUrl']  = 'http://c.dpstatic.com/css';[/code]


Back
Top Bottom