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

7 lines
213 B
Plaintext
Raw Normal View History

2014-05-01 11:07:25 +02:00
<?php
2014-05-01 11:07:25 +02:00
$url = $this->Html->url(array('controller' => 'registration', 'action' => 'active','code'=>$key,
'?'=>array('mail'=>$data['User']['mail']),'full_base' => true) );
2014-05-01 11:34:11 +02:00
echo $this->Html->link($url, $url);
?>