
Originally Posted by
chuckienorton
Does that make sense???

In the readme (readme's are great, ;)) for this mod, there are instructions for adding this to the header, that code should work better than what you're using:
Code:
<div id="dropDownHeader"><?php
echo zen_draw_form('categoriesSelect', zen_href_link(FILENAME_DEFAULT, '', 'NONSSL', false), 'get');
echo zen_draw_hidden_field('main_page', FILENAME_DEFAULT);
echo zen_draw_pull_down_menu('cPath', zen_get_categories(array(array('id' => '', 'text' => PRODUCT_LISTING_SEARCH_TEXT_ALL_CATEGORIES)), '0' ,'', '1'), (isset($_GET['categories_id']) ? $_GET['categories_id'] : ''), 'onchange="this.form.submit();" size="1"') . zen_hide_session_id();
echo '</form>';
?></div>
Bookmarks