×

Notice

The forum is in read only mode.

Display logo on "view_job"

13 years 2 months ago #1677 by jp
13 years 2 months ago #1682 by Ahmad
Replied by Ahmad on topic Display logo on "view_job"
This is wrong <?php echo $this->company->id;?>
Correct is <?php echo $this->job->companyid;?>
<div>
<?php if ($this->job->logoisfile !=-1) { ?>
<img width="200"  src="<?php echo $this->config['data_directory'];?>/data/employer/comp_<?php echo $this->company->id;?>/logo/<?php echo $this->job->logofilename;?>" />
<?php }else { ?>
<img width="200" height="54" src="components/com_jsjobs/images/blank_logo.png" />
<?php } ?>
</div>

Please write your valuable review JS Jobs and JS Support Ticket at JED.
13 years 1 month ago #1690 by jp
Replied by jp on topic Display logo on "view_job"
effectively, it works :)

thanks a lot man

JP
Time to create page: 0.139 seconds

Please publish modules in offcanvas position.