Closed (fixed)
Project:
Virtual Sites
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2010 at 22:28 UTC
Updated:
16 Mar 2010 at 15:57 UTC
I've added a virtual site at foo.com/bar and have another site at foo.com. When the user is in the foo.com/bar/* area, the site name link is still referencing foo.com. Is there a way to change it to foo.com/bar? It unfortunately isn't picking up what I have set in the Information tab for default front page.
Comments
Comment #1
tbertin commentedI just hard coded it in the page.tpl.php
Comment #2
rural.lass commentedHi
I have exactly this problem but don't know how to hard code it.
Could you please tell me what you changed in the page.tpl.php file (I presume this file is the one within the folder for the theme you are using for foo.com/bar.)?
Any pointers would be most appreciated.
Comment #3
tbertin commentedI believe I replaced the href php print $front_page statement with the URL to my front page.