View Single Post
  #2  
Old 08-18-2005, 11:40 AM
 
instinctual instinctual is offline
 

eXpert
  
Join Date: Nov 2003
Posts: 247
 

Default

Change this in your login_menu.tpl
Code:
{if $style eq "button"}{include file="buttons/button.tpl" button_title=$lng.lbl_log_in href=$href}{else}<FONT class="{if $usertype eq "C"}FormButton{else}VertMenuItems{/if}">{$lng.lbl_log_in}</FONT><INPUT type="image" { include file="buttons/go_image_menu.tpl" }>{/if}
to this:

Code:
{if $style eq "button"}{*{include file="buttons/button.tpl" button_title=$lng.lbl_log_in href=$href}*}[img]pathtoimage.gif[/img]{else}{*<FONT class="{if $usertype eq "C"}FormButton{else}VertMenuItems{/if}">{$lng.lbl_log_in}</FONT><INPUT type="image" { include file="buttons/go_image_menu.tpl" }>*}[img]pathtoimage.gif[/img]{/if}

Cheers mate
__________________
Instinctual
8,000 feet up in the Rocky Mountains of Colorado
X-Cart Versions 3.5.x - 4.0.x

IF you xcart, THEN you prosper, ELSE you fail. ELSEIF xcart fails, THEN you fix it, all the WHILE {loop}\'ing {section}\'s to feed your $smarty mind.
Reply With Quote