We like to serve static assets from an external source, usually a CDN. I created a 1-line patch that adds this functionality as an option for the flag icons. You can define $conf['li_flagroot'] = 'http://externalsource.com/' in settings.php so the flag icon srcs are written appropriately.
| Comment | File | Size | Author |
|---|---|---|---|
| li_flagroot.patch | 530 bytes | srhaber |
Comments
Comment #1
PixelClever commentedThis patch is not workable. It calls a variable that is not defined anywhere (except perhaps on your personal server). Also I find this patch to be not worth implementing as the files that are involved are extremely small, and even if you decided to use much larger files you could probably handle the redirect with the htaccess files. Anyway, too obscure to apply to the module.