If you look at my site, www.dystynction.com you will see that I have the basic search box positioned in my header bar to the right.
I am trying now to position the manufacturers box contents (drop down menu) right next to this.
In the tpl_header.php I can see what is generating the searchbox:
PHP Code:<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
I have tried to generate the manufacturers list using this just below this in the tpl_header.php file:
However, this just causes major problems.... It does not work at all...PHP Code:<div id="manufacturers"><?php require(DIR_WS_MODULES . 'sideboxes/manufacturers_select.php'); ?></div>
Can anyone offer some advice please?



