Пример #1
0
 public function __construct() {
     parent::__construct();
     $this->mailTemplateFile = 'on_vat_payout.stpl';
     $this->isHtmlMail = true;
     $this->templateName = Gpf_Lang::_runtime('Affiliate - On VAT payout');
     $this->subject = Gpf_Lang::_runtime('Your commissions');
 }