Hello,
I want to put the "search" tool in my main menu. Can you tell me how please ?
My english is bad so here is a picture :
Thanks,
Johann
<?php if($this->modules('search')) : ?>
<div id="gkSearch">
<jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
</div>
<?php endif; ?>
$this->menu->genMenu($this->getParam('startlevel', 0), $this->getParam('endlevel',-1));
?>
<?php if($this->modules('search')) : ?>
<div id="gkSearch">
<jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
</div>
<?php endif; ?>
#gkSearch {margin: -44px 12px 0 0!important;}