2014-02-18 12:10:29 +01:00
|
|
|
<?php
|
|
|
|
$this->start('barleft');
|
|
|
|
?>
|
|
|
|
Test, nicht fuer User geeignet.
|
|
|
|
<?php
|
|
|
|
$this->end();
|
2014-04-09 19:30:26 +02:00
|
|
|
$key = "af4oi";
|
2014-02-18 12:10:29 +01:00
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="box">
|
2014-04-09 19:30:26 +02:00
|
|
|
<?php
|
2014-04-11 17:22:49 +02:00
|
|
|
echo $this->Html->link(__('dreamjob.regisration.active.link'),array('controller'=>'registration','action'=>'active','code'=>$key,'?'=>array('mail'=>'mueller@miconware.de'),true));
|
2014-04-11 17:20:41 +02:00
|
|
|
echo $this->Html->url(array('controller'=>'registration','action'=>'active','code'=>$key,'?'=>array('mail'=>'asda@de.de')),true);
|
2014-04-09 19:30:26 +02:00
|
|
|
?>
|
2014-02-18 12:10:29 +01:00
|
|
|
<?=var_dump($data);?>
|
|
|
|
</div>
|