"; } else { $search_button = ""; } if (isset($custom_query[5]) && $custom_query[5]) { $value_text = "value='".$custom_query[5]."' onclick=\"this.value=''\""; } else { $value_text = "value=''"; } $search_form_url = e107::getUrl()->create('search'); if(deftrue('BOOTSTRAP')) { $text = '
'; if (isset($custom_query[4]) && $custom_query[4] != '') { $text .= ""; } $text .= '
'; } else // Legacy v1 code. { $text = "
"; $text .= "
"; if (isset($custom_query[4]) && $custom_query[4] != '') { $text .= ""; } $text .= $search_button."
"; } if (isset($searchflat) && $searchflat) { echo $text; } else { $ns->tablerender(LAN_SEARCH." ".SITENAME, "
".$text."
", 'search'); } ?>