Quote Originally Posted by Lectronix View Post
hi thanks for replying. I have now enabled the sidebox so please have a look. I have also uploaded the original tpl_header.php

I am using the following to insert the drop dwn, right after categories tabs display (which I have commented out but even if i dont, the problem is there):

<!--bof-drop down menu display-->
<?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>

<!--eof-drop down menu display-->
Your site is still generating errors.

I think part of your problem is your code here:
<!--// bof: search //-->
and
<!--// eof: search //-->

The correct syntax for hidden text would be like this: (get rid of the //'s).
<!-- bof search -->
and
<!-- eof search -->