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 ?
|