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 } ?> <?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');