X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   logo in head.tpl (https://forum.x-cart.com/showthread.php?t=14421)

F5Performance 06-07-2005 11:26 AM

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?

balinor 06-07-2005 11:42 AM

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.

Emerson 06-07-2005 12:04 PM

This should also work...
<A href="{$http_location}/home.php">

and it won't mess with https ;)

F5Performance 06-07-2005 12:29 PM

Friggin sweet! Thanks.

F5Performance 06-07-2005 12:30 PM

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.