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:
@@ -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;
|
||||
|
||||
@@ -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"/>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user