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

5 lines
198 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:22:49 +02:00
'?'=>array('mail'=>$data['User']['mail']),true)));
?>