$this->placeholder('content')->captureStart('SET');?>
Translate('User %s has completed course %s.'), $this->UserName($this->userCourse->getUserId()),$this->course->getName() ); ?>
result; echo sprintf($this->Translate('Course started on %s and finished on %s %s%s.'),
$this->userCourse->getStarted(),
$this->userCourse->getCompleted(),
($result['courseResult'])?'successfully':'not successfully',
( isset($result['quizSum']) )? ' with grade '.$result['quizSum']->getGrade().'%':''); ?>
placeholder('content')->captureEnd(); ?>
Partial('mail/layout.phtml', array('subject' => $this->Translate('User certificate'), 'content' => $this->placeholder('content'), 'email' => $this->email)); ?>
placeholder('content')->captureStart('SET');?>
Translate('%s\'s certificate on course %s end.'), $this->UserName($this->userCourse->getUserId()),$this->userCourse->getName() ); ?>
Translate('The user began a course on %s and and finished the %s with grade %s.'),
$this->userCourse->getStarted(),
$this->userCourse->getFinished(),
$this->userCourse->getGrade()); ?>
placeholder('content')->captureEnd() ?>
Partial('mail/layout.phtml', array('subject' => $this->Translate('User certificate'), 'content' => $this->placeholder('content'), 'email' => $this->email)); */?>