Loading a module in 'logo' position

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 27, 2014 12:19 pm
Reply with quote
Report this post
Hi, I'm trying to replace the logo image on my website http://www.bus-blinds.com with a custom HTML module. I've created the module and given it a position of 'logo' as per the module positions diagram for this template. However I can't get it to show on the site. What should I set the Logo Type etc. to in the Features section of the Template Manager?
User avatar
Fresh Boarder

GK User
Wed Aug 27, 2014 12:34 pm
Reply with quote
Report this post
OK, I solved it myself! Added to following code to 'layouts/blocks/logo.php':

<?php if($this->API->modules('logo')) : ?>
<h2>
<jdoc:include type="modules" name="logo" style="" />
</h2>
<?php endif; ?>
User avatar
Fresh Boarder

teitbite
Thu Aug 28, 2014 8:21 am
Reply with quote
Report this post
Hi

Yes, that's the correct solution. Thank You for shearing it with us.

For more details, please look here:
https://www.gavick.com/documentation/jo ... -position/
User avatar
Moderator


cron