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