Hi guys. I'm new with this .tpl system X-Cart uses and I know that it generates the html. I have a broken banner image link when you go to
http://workplaceemporium.com/conference-tables
The banner should be located above the thumbnails. I looked through firebug and noticed that if I added the "/" in src="images/banners..." it will work. Currently its finding "images/banners..." and I want to go in the .tpl file and insert the "/" to make it src="/images/banners..." and firefox will pick the banner image up.
Is there a way to find the right file where it requests the banner image link? Thank you guys.