...
This commit is contained in:
parent
59d07eb8dc
commit
71679f1db9
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
*/
|
||||
?>
|
||||
<h1><?=$page['DreamjobPageInh']['title'];?></h1>
|
||||
<h3><?=$page['DreamjobPageInh']['title'];?></h3>
|
||||
<?php
|
||||
if(isset($page['DreamjobPageImage'])){
|
||||
?>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue