Active
Project:
Four Seasons
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2009 at 18:44 UTC
Updated:
6 Feb 2009 at 18:44 UTC
Great theme - thanks so much. I found however that the logo link is not compliant on a multi-lingual site.
I changed the following:
print '<a href="'. check_url($base_path) .'" title="'. $site_name .'">'; (line 40 in page.tpl.php)
to:
print '<a href="'. $front_page .'" title="'. $site_name .'">';
Hope this is useful...
All the best, Adam.