Im interessting in adding a field between the fields [Logo] and [userarea].
How do you recommend me to do that?
Regards
Kim
<position>banner2</position>
<position>banner2</position>
<position>banner_top</position>
'banner2' => 'none',
'banner2' => 'none',
'banner_top' => 'none',
<?php if((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) : ?>
<?php if( $this->modules('banner_top')) : ?>
<div id="gkBanner_top" class="clear clearfix">
<jdoc:include type="modules" name="banner_top" style="<?php echo $this->module_styles['banner_top']; ?>" />
</div>
<?php endif; ?>
<?php if((GK_REGISTER || GK_LOGIN) && !GK_COM_USERS) : ?>
#gkBanner_top {width: 45%; float: left;margin: 0 30px;overflow: hidden}