Hi,
I would like to put a small module between the logo and the menu (social - custom html).
Couldn't find a position for it. Where and how can I add this position?
I will appreciate your help.
Thanks.
<?php if($this->API->modules('newposition')) : ?>
<div class="newclass">
<jdoc:include type="modules" name="myposition" style="<?php echo $this->module_styles['newposition']; ?>" />
</div>
<?php endif; ?>... pasted code
</div>
<?php if($this->API->modules('header')) : ?>
<div id="gkHeaderMod" class="gkPage">
...