Commit: b61e21ac3d52c73128b58fc20f49de69cbafccd5 Author: Hannes Magnusson <[email protected]> Mon, 20 Jul 2015 21:58:56 -0700 Parents: aa9df3effb7863fb21680199c7f5361d96835c4f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b61e21ac3d52c73128b58fc20f49de69cbafccd5 Log: static.php.net serves no purpose anymore -- use www.php.net Changed paths: M include/results.inc Diff: diff --git a/include/results.inc b/include/results.inc index d545c79..c98042f 100644 --- a/include/results.inc +++ b/include/results.inc @@ -12,7 +12,7 @@ function search_results($res, $q, $profile='all', $per_page=10, $s=0, $l='en', $ echo '<ul id="search-results">'."\n"; $pos = $res['ResultSet']['firstResultPosition']; - $php_img_dir = 'http://static.php.net/www.php.net/images'; + $php_img_dir = 'http://www.php.net/images'; $types = array( 'pear' => '<img src="'. $php_img_dir .'/pear_item.gif" height="19" width="17" style="float:left; margin-left:-30px;"/>', 'pecl' => '<img src="'. $php_img_dir .'/pecl_item.gif" height="19" width="17" style="float:left; margin-left:-30px;"/>', -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
