5 lines
219 B
Plaintext
5 lines
219 B
Plaintext
|
<?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) );
|
||
|
?>
|