5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
|
<?php
|
||
|
echo $this->Html->link(__('dreamjob.regisration.active.link'),array('controller' => 'registration', 'action' => 'active','code'=>$key,
|
||
|
'?'=>array('mail'=>$data['User']['mail']),'full_base' => true) );
|
||
|
?>
|