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)
-   -   Link for Graphic (Formally X-Cart Logo) (https://forum.x-cart.com/showthread.php?t=19316)

HawkCode 01-17-2006 09:55 AM

Link for Graphic (Formally X-Cart Logo)
 
Hi,

I figured out how to change the X-Cart logo to Our own, however I can't seem to find where the link for that logo is set.

I want it to go back to our home page, not back to the store's Home Page.

TIA

balinor 01-17-2006 10:09 AM

head.tpl

HawkCode 01-17-2006 10:21 AM

Here is the only link referance I found:

<TD width="27"></TD>
<TD><A href="{$http_location}"> <---------------------------HERE

{*[img]{$ImagesDir}/xlogo.gif[/img]</A></TD>*}

{*My change for Head Image*}
[img]/images/ASPELogorsa3.png[/img]</A></TD>

It appears to be a variable. Where is that set?

I edited it to say

<A href="www.aspe.org">

And that didn't work.

balinor 01-17-2006 10:22 AM

http_location is the root directory of X-Cart. If you want it to be something else, just replace this:

<A href="{$http_location}">

with a link to whatever you want:

<A href="http://www.yourdomain.com">


All times are GMT -8. The time now is 06:53 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.