This commit is contained in:
Martin Müller 2014-04-29 22:54:46 +02:00
parent 59d07eb8dc
commit 71679f1db9
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*
*/
?>
<h1><?=$page['DreamjobPageInh']['title'];?></h1>
<h3><?=$page['DreamjobPageInh']['title'];?></h3>
<?php
if(isset($page['DreamjobPageImage'])){
?>

View File

@ -53,7 +53,7 @@ if(( !empty($COMPANY) and is_array($COMPANY) and count($COMPANY) > 0 and ($COMPA
}elseif( !empty($COMPANY) and is_array($COMPANY) and count($COMPANY) > 0){
?>
<div class="box">
<h1><?=__('dreamjob.company.nopro.title');?></h1>
<h3><?=__('dreamjob.company.nopro.title');?></h3>
<?=__('dreamjob.company.nopro');?>
</div>
<?php