Hi, when i disable the "search" position then highlight position does not show please help
as i would like to get rid of the search module but keep the highlights.
#gkTopNav, #gkToolbar {
border-bottom: 1px solid #e5e5e5;
border-top: medium none;
}
<?php if($this->API->modules('search or highligths') || $this->API->get('updates_area', '1') == '1') : ?>
<div id="gkToolbar">
<?php if($this->API->get('updates_area', '1') == '1') : ?>
<div id="gkUpdates">
<?php $this->layout->loadBlock('updates'); ?>
</div>
<?php endif; ?>
<?php if($this->API->modules('highlights')) : ?>
<div id="gkHighlights">
<jdoc:include type="modules" name="highlights" style="<?php echo $this->module_styles['highlights']; ?>" />
</div>
<?php endif; ?>
<?php if($this->API->modules('search')) : ?>
<div id="gkSearch">
<jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
</div>
<?php endif; ?>
</div>
<?php endif; ?>
<div id="gkToolbar">
<?php if($this->API->get('updates_area', '1') == '1') : ?>
<div id="gkUpdates">
<?php $this->layout->loadBlock('updates'); ?>
</div>
<?php endif; ?>
<?php if($this->API->modules('highlights')) : ?>
<div id="gkHighlights">
<jdoc:include type="modules" name="highlights" style="<?php echo $this->module_styles['highlights']; ?>" />
</div>
<?php endif; ?>
<?php if($this->API->modules('search')) : ?>
<div id="gkSearch">
<jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
</div>
<?php endif; ?>
</div>