Quote:
Originally Posted by dihsar
it appears all the images for x-cart template is in gif format and unfortunately my logos etc are in a jgp format.Eventhough i have been able to locate the x-cart logo and replace it with my jpg logo it doesn't show.
I would be very greatful if someone directs me to the scripts where i can change the .gif to .jpg.Thank you
|
open /xcart/skin1/head.tpl and look for the following:
Code:
[img]{$ImagesDir}/xlogo.gif[/img]
and change the .gif to .jpg
HTH
