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

8 lines
346 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) );
echo $this->Html->link($url,array('controller' => 'registration', 'action' => 'active','code'=>$key,
2014-04-11 17:26:36 +02:00
'?'=>array('mail'=>$data['User']['mail']),'full_base' => true) );
?>