Hello.
Is there any solution to have search on menu like there:
http://www.yootheme.com/demo/themes/joo ... 2/balance/ ?
Btw. maybe you R working on Ajax based search module like on this site?
Regards. Paul
<?php if($this->modules('search')) : ?>
<div id="gkSearch">
<jdoc:include type="modules" name="search" style="<?php echo $this->module_styles['search']; ?>" />
</div>
<?php endif; ?>
<?php
$this->menu->loadMenu($this->getParam('menu_name','mainmenu'));
$this->menu->genMenu($this->getParam('startlevel', 0), $this->getParam('endlevel',-1));
?>
.gk-menu{
width:800px;
float: left;
}
#gkSearch{
float: left;
}