1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Right float the bing attribution

This commit is contained in:
Rasmus Lerdorf
2011-07-16 17:55:54 +00:00
parent ce4f971e93
commit fe0d183de3
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ if(!is_array($data)) {
if(is_array($res) && $res['ResultSet']['totalResultsAvailable'] > 0) {
// Ok, we got some results from the search backend
echo "<br /><h1>Site Search Results</h1>\n";
search_results($res, $notfound, 'local', 10, 0, $LANG, false, false, false);
search_results($res, $notfound, 'local', 10, 0, $LANG, false, false, true);
echo '<br clear="left"/>';
}
}