company startseite - link zu user reg nicht auflisten
This commit is contained in:
parent
79ac5cbf38
commit
c50a2d29c2
|
@ -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/>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue