Search found 3 matches

by Rahul
Fri Jul 22, 2011 8:20 am
Forum: [3.x][Archive] RFCs
Topic: [RFC|Accepted] Overridable imageset and theme paths for CDNs
Replies: 17
Views: 75842

Re: [RFC|Accepted] Overridable imageset and theme paths for

imageset: in session.php Code: Select all$img_data['src'] = 'http://cdn.varjanta.com/static/' . rawurlencode($this->theme['imageset_path']) . '/imageset/' . ($this->img_array[$img]['image_lang'] ? $this->img_array[$img]['image_lang'] .'/' : '') . $this->img_array[$img]['image_filename']; What about...
by Rahul
Fri Apr 29, 2011 5:59 am
Forum: [3.x][Archive] RFCs
Topic: [RFC|Accepted] Overridable imageset and theme paths for CDNs
Replies: 17
Views: 75842

Re: [RFC|Accepted] Overridable imageset and theme paths for

I need to ask 1 thing... how can these changes automatically select http or https depending upon the way header request them?