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

7 lines
213 B
PHP

<?php
$url = $this->Html->url(array('controller' => 'registration', 'action' => 'active','code'=>$key,
'?'=>array('mail'=>$data['User']['mail']),'full_base' => true) );
echo $this->Html->link($url, $url);
?>