...
This commit is contained in:
parent
be6931bb0b
commit
5093417430
|
@ -65,7 +65,7 @@ if($profil['AppUser']['take_systemwide']){
|
|||
<?php } ?>
|
||||
<li<?php if(empty($page)){?> class="active"<?php } ?>>
|
||||
<?php
|
||||
if(!empty($WORKER) and count($WORKER)>0){
|
||||
if(!empty($WORKER) and count($WORKER)>0)
|
||||
$lng = __('dreamjob.pages.new');
|
||||
else
|
||||
$lng = __('dreamjob.pages.company.new');
|
||||
|
@ -81,7 +81,7 @@ if($profil['AppUser']['take_systemwide']){
|
|||
?>
|
||||
<fieldset>
|
||||
<?php
|
||||
if(!empty($WORKER) and count($WORKER)>0){
|
||||
if(!empty($WORKER) and count($WORKER)>0)
|
||||
$lng = __('dreamjob.pages.title.placeholder');
|
||||
else
|
||||
$lng = __('dreamjob.pages.company.title.placeholder');
|
||||
|
|
Loading…
Reference in New Issue