Hi Carrie
Late last night I found he solution, I added this to search.php:
Code:
if($search) {
$smarty->assign("navigation_script","search.php?search=".$search);
}
just before
Code:
func_display("customer/home.tpl",$smarty);
Maybe my search.php file is different than others, see my sig for version.
Thnks, Jerry