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)
-   -   how to change out default images next to vertmenutitle? (https://forum.x-cart.com/showthread.php?t=23396)

thefizix 07-18-2006 10:59 PM

how to change out default images next to vertmenutitle?
 
still new to all this jazz... but how do I change out the x-cart default images next to the vertmenutitle (image icon next to text). I can do it the old fashion way by removing the images, but when you view the page there are broken links. Seems like there is a tpl that is calling that image source. Please help....

balinor 07-19-2006 01:59 AM

In menu.tpl, replace this:

Code:

{$link_begin}[img]{$ImagesDir}/{if $dingbats ne ''}{$dingbats}{else}spacer.gif{/if}[/img]{$link_end}
{if $link_href}
<FONT class="VertMenuTitle">{$menu_title}</FONT>
{else}
<FONT class="VertMenuBoxNewsTitle">{$menu_title}</FONT>
{/if}


with this:

Code:

{$menu_title}


All times are GMT -8. The time now is 04:32 AM.

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