By hinchcliffe on
Hi, can someone tell me how I would integrate my search-theme-form.tpl.php with the fuzzy search module? My code looks like this:
<div id="helpquery">
<input type="text" maxlength="128" name="search_theme_form_keys" id="edit-search_theme_form_keys" size="18" value="" title="Enter the terms you wish to search for." class="form-text" />
</div>
<div id="searchsubmit">
<input type="image" src="<?php echo base_path() . path_to_theme(); ?>/images/search_submit.jpg" width="26" height="20" name="op" value="Search" class="form-image" />
<input type="hidden" name="form_id" id="edit-search-theme-form" value="search_theme_form" />
<input type="hidden" name="form_token" id="a-unique-id" value="<?php print drupal_get_token('search_theme_form'); ?>" />
</div>
Thanks, - Justin
Comments
FIXED
N/M Found out how to do it myself.
****FIXED*****