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

5 lines
219 B
Plaintext
Raw Normal View History

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