Closed (fixed)
Project:
A Cold Day
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2010 at 15:28 UTC
Updated:
9 Jul 2010 at 23:20 UTC
Fantastic theme, especially the transparencies!
However, there are 2 places in page.tpl.php where this code appears:
print $base_url . "/" . str_replace ( base_path() , "", check_plain(request_uri()) );
On my site, base_path() returns "/", so the result is to remove all "/"s from the url. "example.com/content/some-stuff" becomes "example.com/contentsome-stuff". That is not correct.
I removed the "/". str_replace(.... and it works correctly.
print $base_url . check_plain(request_uri());
Again, thanks for the great theme!
Comments
Comment #1
vist commentedvery thanks for this
Comment #2
finex commentedThanks. I've fixed this bug on the 2.4 version.
Comment #3
jboeger commentedI just download the 2.4 version for the updates and it appears the updates are not present in the new files.
Comment #4
finex commentedPlease download the latest release, I've done a mistake commiting the 2.4 version. I'm sorry.