View Single Post
  #3  
Old 05-26-2003, 12:36 PM
 
john80y john80y is offline
 

X-Adept
  
Join Date: May 2003
Posts: 459
 

Default

Thank You...

The template looks like this

{* $Id: payment_cc.tpl,v 1.5 2003/03/31 08:36:51 sdg Exp $ *}
{if $config.disable_ccinfo ne "Y"}
<table border=0 cellspacing=0 cellpadding=2>
{include file="main/register_ccinfo.tpl"}
</table>
{else}
{$lng.disable_ccinfo_msg}

{/if}


Which means nothing to me... How/where do I edit to put a text link in ?
Reply With Quote