Closed (fixed)
Project:
Nitobe
Version:
6.x-4.2
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2010 at 18:31 UTC
Updated:
26 Feb 2012 at 23:10 UTC
Both _nitobe_fixed_header_css and _nitobe_random_header_js include the base URL in the urls for the images. This breaks the theme for use under ssl. The fix should be to simply remove the base_url and have them be relative.
Comments
Comment #1
Pedro Lozano commentedI've fixed the code to use the url() function when generating the url (with the "absolute" option), that should properly generate the url with https in case you are using ssl.
Commited to 7.x-2.x and 6.x-4.x.