// verisign.inc // This is used to show users that there payment data is secure. // It is included in bottm.phtml $strImgRef = "http://seal.verisign.com/payment"; $strImgPath = "./images/verisign_s.gif"; /* if(strstr($g_strHomeURL, "list.phtml") || strstr($g_strHomeURL, "list1.phtml") || strstr($g_strHomeURL, "refund.phtml")) $strImgPath = $g_strSecureURL.$g_strCartURL."images/verisign_s.gif"; else $strImgPath = $g_strFullURL.$g_strCartURL."images/verisign_s.gif"; */ $strImgAlt = "VeriSign Payment Services"; print "\n
";
print "\n ";
print "\n ";
print "\n
";
print "\n All payment information is
processed securely by VeriSign.
";
print "\n More information about VeriSign.";
?>