![]() |
logo in head.tpl
I know how to change the logo. What I want to change is what page it href's too. right know it goes to the default "enter site" page. I ant it to go to the home.php. How do I do this?
|
In head.tpl, change this:
<A href="{$http_location}"> to whatever you want to link to. Be careful though, if you are using https, don't hard link it with an http:// link or you will get an insecure page when checking out. |
This should also work...
<A href="{$http_location}/home.php"> and it won't mess with https ;) |
Friggin sweet! Thanks.
|
I chose the /admin for the head_admin.tpl file as 8) well.
|
All times are GMT -8. The time now is 05:09 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.