9 lines
739 B
Smarty
9 lines
739 B
Smarty
<!-- MODULE ReferralProgram -->
|
|
<p id="referralprogram">
|
|
<img src="{$module_template_dir}referralprogram.gif" alt="{l s='Referral program' mod='referralprogram'}" class="icon" />
|
|
{l s='You have earned a voucher worth' mod='referralprogram'} <span class="bold">{$discount_display}</span> {l s='thanks to your sponsor!' mod='referralprogram'}
|
|
{l s='Enter voucher name' mod='referralprogram'} <span class="bold">{$discount->name}</span> {l s='to receive the reduction on this order.' mod='referralprogram'}
|
|
<a href="{$module_template_dir}referralprogram-program.php" title="{l s='Referral program' mod='referralprogram'}">{l s='View your referral program.' mod='referralprogram'}</a>
|
|
</p>
|
|
<br />
|
|
<!-- END : MODULE ReferralProgram --> |