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

@@ -66,7 +66,7 @@ EOB;
echo "</ul>\n";
if($show_attrib):
echo <<<EOB
<span style="margin-left: 3em; margin-top: 1em; float: left; font-family: Verdana, Tahoma, Helvetica, Arial;
<span style="margin-left: 3em; margin-top: 1em; float: right; font-family: Verdana, Tahoma, Helvetica, Arial;
font-size: 11px; color:#555;">results by <img style="margin-bottom:4px;" src="/images/bing.png" align="center"/></span>
EOB;
endif;

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"/>';
}
}