company startseite - link zu user reg nicht auflisten

This commit is contained in:
Martin Müller 2014-05-04 15:14:00 +02:00
parent 79ac5cbf38
commit c50a2d29c2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
echo $this->Form->end();
echo "<br/>";
if(!$isLoggedin){
echo $this->Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'main'),array("class" => "btn btn-primary"));
echo $this->Html->link(__('dreamjob.registration.to'),array('controller'=>'registration', 'action'=>'worker'),array("class" => "btn btn-primary"));
echo "<br/>";
echo "<br/>";
}