I have been attempting to create a drop-down list of manufactures and currencies within the header. I have attached the design I am attempting to implement. I though to create a file that referenced the search box, the manufacturers list from the sidebox and the currencies list from the sidebox but I keep getting the error below:
Warning: require(includes/templates/apple_zen/common/) [function.require]: failed to open stream: No such file or directory in /home/3820/faceoffltd/www.faceoffltd.co.uk/public_html/catalog/includes/modules/sideboxes/manufacturers.php on line 63
Fatal error: require() [function.require]: Failed opening required 'includes/templates/apple_zen/common/' (include_path='.:/usr/share/pear') in /home/3820/faceoffltd/www.faceoffltd.co.uk/public_html/catalog/includes/modules/sideboxes/manufacturers.php on line 63
I have also attached the file I have attempted to call in the header. I would like to know how to correctly call the manufacturers list in the header in the form of a dropdown listbox and the same for the currencies. I tried to call it below the header menu in the apple zen template.
<!--bof-quick links bar display-->
<?php require($template->get_template_dir('tpl_quick_links.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_quick_links.php');?>
<!--eof-quick links bar display-->
<?php } ?>
Any help would be much appreciated. Thanks.




