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