Quote Originally Posted by nvcrossroads View Post
I've recently updated a few php files and suddenly my comodo site seal is no longer displaying. Attempted to recopy the mod, but no luck.

Any ideas? Code in VIEW SOURCE looks ok to me, but I don't know much about coding.

Site: www.crossroadsbath.com

Thanks!
Jason
Nv,
This might help.. I use comodo on a few sites of my own...

PHP Code:
Download the SSL logo fromhttps://support.comodo.com/index.php?_m=downloads&_a=viewdownload&downloaditemid=17

1. Place Logo cornertrust.gif in the image folder in your web site
   A
public_htmlimages

2. Copy 
and paste the 2 snippets of HTML code below

Please insert the following two snippets of HTML code into your webpage documentYou will need to repeat the process for each web page you wish to display Corner of TrustLogo™.

 
3. Snippet 1
    
Aincludestemplatesyour templatecommonhtml_header.php

    B
Copy/Paste the following piece of code and insert EXACTLY before your </HEADtag.

<
script language="javascript" type="text/javascript">
//<![CDATA[
var cot_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/cot.js" :
"http://www.trustlogo.com/trustlogo/javascript/cot.js";
document.writeln('<scr' 'ipt language="JavaScript" src="'+cot_loc0+'" type="text\/javascript">' '<\/scr' 'ipt>');
//]]>
</script>

   B. ftp file to includes/ templates/ your template/ common/ html_header.php
  
4. Snippet 2:
    A. includes/ templates/ your template/ common/ tpl_main_page.php
    
    B. Copy/Paste the following piece of code and insert EXACTLY before your </BODY> tag.
  
<a href="http://www.instantssl.com" id="comodoTL">SSL</a>
<script language="JavaScript" type="text/javascript">
COT("/images/cornertrust.gif", "SC2", "none");
</script> 

    C. ftp file to includes/ templates/ your template/ common/ tpl_main_page.php