Please check this file:
templates/gk_instyle/layouts/default.php
If you replace logo block loading element:
- Code: Select all
<?php $this->layout->loadBlock('logo'); ?>
With custom module - you will be able to put any element there.
To create new module position, please read this documentation:
http://www.gavick.com/documentation/joo ... -position/Some additional styling for this element might also be deeded:
- Code: Select all
#gkLogo {
height: 100px;
padding: 0;
width: 159px;
display: inline-block;
}
(above code is frmom styling the logo, so you should modify some numbers.