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