2014-05-01 11:07:25 +02:00
|
|
|
|
2014-04-08 19:47:14 +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);
|
2014-04-08 19:47:14 +02:00
|
|
|
?>
|