View Single Post
  #1  
Old 08-18-2005, 10:51 AM
 
WPOO WPOO is offline
 

Advanced Member
  
Join Date: May 2004
Location: Delft - Netherlands -
Posts: 31
 

Default Login button in de side menu.

I have buttons for nearly all the text_buttons on my site and would also like to do this for the login button but i just cannont get it to work.

I have the following code for my buttons/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}

my code for /buttons/create_profile_menu.tpl

Code:
{if $usertype eq "C"}{include file="buttons/button.tpl" button_title=$lng.lbl_register href=register.php}{else}<FONT class="VertMenuItems">{$lng.lbl_register} </FONT><IMG { include file="buttons/go_image_menu.tpl" }>{/if}

and this one works can anyone help me with te login button.


Thanks WP
__________________
X-Cart Gold 4.13
X-Configurator
X-ROM
Easy Checkout
Reply With Quote