No credit card logo in IE
My credit card logo is not showing in IE. working fine in firefox.
customer/bottom.tpl
{*
$Id: bottom.tpl,v 1.2 2008/08/21 09:52:43 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
<div class="box">
<div class="subbox">
<div class="left">{include file="main/prnotice.tpl"}</div>
<div class="center" <img src="{$ImagesDir}/creditcard.gif" alt="credit cards" </div>
<div class="right">{include file="copyright.tpl"}</div>
</div>
</div>
|