I'd like to add an image to the footer.tpl file (localhost), and both the code I tried below seems to work.

Which is preferrable or both are not the correct way of displaying an image?

Any problems if I use the template on Zen Cart installed on a server in root/subfolder/subdomain ? Or any problems with SSL?


HTML Code:
<img alt="" width="25" height="25" src="<?php echo DIR_WS_TEMPLATE  ?>images/top.gif" border="0" />
HTML Code:
<img alt="" width="25" height="25" src="includes/templates/TEMPLATE_NAME/images/top.gif" border="0" />
Thanks.