Active
Project:
Bluemarine_smarty
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2006 at 01:19 UTC
Updated:
17 Mar 2006 at 01:19 UTC
The site name which is displayed in the header and is meant to be a link to the home page is not working properly. It seems to be linking to the parent level instead of "home". (ie. when in "administer" it links to the home page, but when in "administer/themes" it links to "/admin") In looking at page.tpl, I see that the anchor tag defines href as "./" and changing it to "/" solves the problem. So, thought I would let you know.