17 lines
494 B
PHP
Executable File
17 lines
494 B
PHP
Executable File
<?php
|
|
$this->start('barleft');
|
|
?>
|
|
Test, nicht fuer User geeignet.
|
|
<?php
|
|
$this->end();
|
|
$key = "af4oi";
|
|
?>
|
|
|
|
<div class="box">
|
|
<?php
|
|
echo $this->Html->link(__('dreamjob.regisration.active.link'),array('controller'=>'registration','action'=>'active','code'=>$key,'?'=>array('mail'=>'mueller@miconware.de'),'full_base' => true));
|
|
echo $this->Html->url(array('controller'=>'registration','action'=>'active','code'=>$key,'?'=>array('mail'=>'asda@de.de')),true);
|
|
?>
|
|
<?=var_dump($data);?>
|
|
</div>
|