2014-04-02 20:38:01 +02:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
?>
|
|
|
|
<div class="box">
|
|
|
|
<h1><?=__('dreamjob.registration');?></h1>
|
|
|
|
<?php
|
2014-04-23 12:38:18 +02:00
|
|
|
echo $this->Html->link(__('dreamjob.registration.worker'),array('controller'=>'registration','action'=>'worker'));
|
2014-04-02 20:38:01 +02:00
|
|
|
echo '<br/>';
|
2014-04-23 12:38:18 +02:00
|
|
|
echo $this->Html->link(__('dreamjob.registration.company'),array('controller'=>'registration','action'=>'company'));
|
2014-04-02 20:38:01 +02:00
|
|
|
?>
|
|
|
|
</div>
|