dreamjob/app/View/Emails/html/registration.ctp

5 lines
213 B
Plaintext
Raw Normal View History

<?php
echo $this->Html->link(__('dreamjob.regisration.active.link'),array('controller' => 'registration', 'action' => 'active','code'=>$key,
2014-04-11 17:24:15 +02:00
'?'=>array('mail'=>$data['User']['mail']),'full_base' => true)));
?>