14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
|
<?php
|
||
|
/*
|
||
|
*
|
||
|
*/
|
||
|
?>
|
||
|
<div class="box">
|
||
|
<h1><?=__('dreamjob.registration');?></h1>
|
||
|
<?php
|
||
|
echo $this->Html->link(__('dreamjob.worker'),array('controller'=>'registration','action'=>'worker'));
|
||
|
echo '<br/>';
|
||
|
echo $this->Html->link(__('dreamjob.company'),array('controller'=>'registration','action'=>'company'));
|
||
|
?>
|
||
|
</div>
|