adding two logos with separate link in header

adding two logos with separate link in header

by Myo Gyi -
Number of replies: 2

Hi All,

Is it possible to use two logos with separate URL in the header?

Regards,

Myo

Average of ratings: -
In reply to Myo Gyi

Re: adding two logos with separate link in header

by James Ballard -
 In your theme header.htm file you have the following line (line 33 on mine) that is calling in logo.jpg. You could change the name of the image here and assumedly add a second similar line to call a second logo. You can then apply the necessary styles through your CSS file using classes or ids as necessary. You may also want to add smaller versions of the logos further down  (line 39) for non home page headers.

<div class="headermain"><img src='<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/logo.jpg' alt="eCampus Logo"/></div>
In reply to James Ballard

Re: adding two logos with separate link in header

by Myo Gyi -

Dear James,

Many thank for your reply. It is working as I want in my site. I'm really appreciate your help.

Best regards,

Myo