dreamjob/app/View/User/test.ctp

16 lines
342 B
Plaintext
Raw Normal View History

2014-02-18 12:10:29 +01:00
<?php
$this->start('barleft');
?>
Test, nicht fuer User geeignet.
<?php
$this->end();
$key = "af4oi";
2014-02-18 12:10:29 +01:00
?>
<div class="box">
<?php
echo $this->Html->link(__('dreamjob.regisration.active.link'),array('controller'=>'registration','action'=>'active','code'=>$key,'?'=>array('mail'=>'mueller@miconware.de')));
?>
2014-02-18 12:10:29 +01:00
<?=var_dump($data);?>
</div>