Totally Zenned
- Join Date:
- Jan 2009
- Posts:
- 2,085
- Plugin Contributions:
- 0
How do I add Manufactuers Drop Down List to Header?
If you look at my site, https://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:
<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:
<div id="manufacturers"><?php require(DIR_WS_MODULES . 'sideboxes/manufacturers_select.php'); ?></div>
However, this just causes major problems.... It does not work at all...
Can anyone offer some advice please?