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)
-   -   image on Welcome to Page is it bad for seo (https://forum.x-cart.com/showthread.php?t=53031)

ARW VISIONS 03-28-2010 09:48 AM

Re: image on Welcome to Page is it bad for seo
 
for some reason the variable {$ImagesDir} is not being parsed. Need to check the config and make sure that this is the correct variable.

tonycch 03-30-2010 02:51 AM

Re: image on Welcome to Page is it bad for seo
 
This is what helpdesk answer:

2 I've inspected your cart and found out that you added the following code to the value of the 'txt_welcome' language variable:

<img height="480" src="{$ImagesDir}/pilot.jpg" width="640" />

Smarty tags (i.e. "{$ImagesDir}") cannot be used in the values of the language variables.
I replaced the code with this:

<img src="skin1/images/pilot.jpg" width="640" height="480" />

and that solved the issue.


All times are GMT -8. The time now is 05:38 AM.

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