assign("LANG_SEARCH_FOR",$lang['searchForm']['search_for']); if (isset($_GET['searchStr'])) { $box_content->assign("SEARCHSTR", sanitizeVar($_GET['searchStr'])); } else { $box_content->assign("SEARCHSTR", ''); } $box_content->assign("LANG_GO", $lang['searchForm']['go']); $box_content->assign("LANG_ADVANCED_SEARCH", $lang['searchForm']['search_advanced']); $box_content->parse("search_form"); $box_content = $box_content->text("search_form"); ?>