This commit is contained in:
Martin Müller 2014-04-29 22:21:50 +02:00
parent be6931bb0b
commit 5093417430
1 changed files with 2 additions and 2 deletions

View File

@ -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');