2
<input name="sumbit" type="image" value="<{$block.lang_login}>" src="images/log.gif" width=50 height=17 />
Maybe you have put the image into the theme directory, than use
<input name="sumbit" type="image" value="<{$block.lang_login}>" src="<{$xoops_imageurl}>images/log.gif" width=50 height=17 />
a howto can be found
here.