how to add extra banner

GK User
Mon Dec 12, 2011 11:18 am
Hi

How to add extra baner between the site logo and Search window ?

I read a lot of article from the forum but didn't success to do that

regards
Michal
User avatar
Fresh Boarder

GK User
Sat Dec 17, 2011 2:54 pm
You can load a module position, let's say "MY_POSITION", to logo block:

Open: \templates\gk_sporter\layouts\blocks\logo.php

Add this code to bottom:

Code: Select all
<jdoc:include type="modules" name="MY_POSITION" style="<?php echo $this->module_styles['MY_POSITION']; ?>" />

Then assign a banner module to that position.

Let me know if this helps. Thanks!
User avatar
Platinum Boarder


cron