XFileSharing Pro - modifing comparison2.html

Message
Author
snc
Posts: 43
Joined: Oct 14, 2010 12:51 pm

modifing comparison2.html

#1 Postby snc » Dec 14, 2010 8:48 pm

I want to add to camparison2.html box with payments option ( 9$ 30 days etc.) but when i add code <TMPL_LOOP plans>
<TR align=center>
<TD><TMPL_VAR amount> <TMPL_VAR currency_code></TD>
<TD><b><TMPL_VAR days> <TMPL_VAR lang_days></b></TD>
<TMPL_IF paypal_email><TD><a href="<TMPL_VAR site_url>/?op=payments&amount=<TMPL_VAR amount>&type=paypal&r=<TMPL_VAR rand>"><img src="<TMPL_VAR site_url>/images/buy_paypal.gif" border=0 alt="PayPal"></a></TD></TMPL_IF>
</TR>
</TMPL_LOOP> there is white box because evry tmpl_var are ignored. I assume that i have tho change something in index.cgi to make this templates work for this file. Please help.