View Single Post
  #22  
Old 03-02-2006, 05:33 AM
 
alohacomputer alohacomputer is offline
 

Advanced Member
  
Join Date: Aug 2005
Location: Aloha, Oregon - Not Hawaii
Posts: 95
 

Default

Quote:
Originally Posted by Gibberish
Here is mod if you use GeoTrust.

secure_cert.tpl:

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="center" valign="top"> {literal} <script language="JavaScript" type="text/javascript" src="https://smarticon.geotrust.com/si.js"></script> {/literal}</td> </tr> </table>

customer/home.tpl [Between Head tags]:

Code:
{* SECURE SITE CODE STARTS HERE *} {literal} <script language="JavaScript" fptype="dynamicanimation"> <!-- function dynAnimation() {} function clickSwapImg() {} //--> </script> <script language="JavaScript1.2" fptype="dynamicanimation" src="http://www.mywebsite.com/animate.js"> </script> {/literal} {* SECURE SITE CODE ENDS HERE *}
[/code]

add this code to

customer/home.tpl
single/home.tpl

{ include file="secure_cert.tpl"}




I tried to setup as above but get this error displayed on my pages.


Warning: Smarty error: unable to read resource: "secure_cert.tpl" in /home/refurb/public_html/shop/Smarty-2.6.9/Smarty.class.php on line 1088
__________________
X-cart 4.3 fresh
PHP 5.2.8
MySQL server 5.0.85-community-log
MySQL client 5.0.85
Web server Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a Phusion_Passenger/2.2.7 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Operation system Linux
Perl 5.008008

Low cost SSL Certs for X-Cart Google approved www.wbservr.com/ssl.html
Reply With Quote