hi,
in the `printSearchForm` function, the second argument is the CSS id name we'd like to give to the form. Default is 'search'. well in the function (template-functions.php file), the default is hardcoded.
i think the line should read '<div id="<?php echo $id; ?>">'instead of '<div id="search">'
frankm
Comments