mj Thu Jun 15 21:12:18 2006 UTC
Modified files:
/pearweb/public_html index.php
Log:
* Replaced another text link with the feed icon.
http://cvs.php.net/viewcvs.cgi/pearweb/public_html/index.php?r1=1.116&r2=1.117&diff_format=u
Index: pearweb/public_html/index.php
diff -u pearweb/public_html/index.php:1.116 pearweb/public_html/index.php:1.117
--- pearweb/public_html/index.php:1.116 Wed Dec 7 18:26:19 2005
+++ pearweb/public_html/index.php Thu Jun 15 21:12:18 2006
@@ -15,7 +15,7 @@
+----------------------------------------------------------------------+
| Authors: Martin Jansen <mj@xxxxxxx> |
+----------------------------------------------------------------------+
- $Id: index.php,v 1.116 2005/12/07 18:26:19 mj Exp $
+ $Id: index.php,v 1.117 2006/06/15 21:12:18 mj Exp $
*/
$recent = release::getRecent(10);
@@ -33,7 +33,7 @@
$RSIDEBAR_DATA .= "<a href=\"/package/" . $name . "/\">";
$RSIDEBAR_DATA .= "$name $version</a><br />
<small>($releasedate)</small></td></tr>";
}
- $feed_link = "<small><a href=\"/feeds/\">Syndicate this</a></small>";
+ $feed_link = '<a href="/feeds/" title="Information about XML feeds for the
PEAR website"><img src="/gifs/feed.png" width="16" height="16" alt=""
border="0" /></a>';
$RSIDEBAR_DATA .= "<tr><td> </td></tr>\n";
$RSIDEBAR_DATA .= '<tr><td align="right">' . $feed_link . "</td></tr>\n";
$RSIDEBAR_DATA .= "</table>\n";
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|