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

vist’s picture

very thanks for this

FiNeX’s picture

Status: Active » Fixed

Thanks. I've fixed this bug on the 2.4 version.

jboeger’s picture

I just download the 2.4 version for the updates and it appears the updates are not present in the new files.

FiNeX’s picture

Please download the latest release, I've done a mistake commiting the 2.4 version. I'm sorry.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.