Commit: 54e5393d960618367cd8e6846ab66dc7898097d9 Author: philip <[email protected]> Tue, 3 Dec 2013 18:48:26 -0800 Parents: c63bbd008a18808b752d28faf4e484487d0ef7aa Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=54e5393d960618367cd8e6846ab66dc7898097d9 Log: Added link to the archive/, let's see what this breaks Changed paths: M index.php Diff: diff --git a/index.php b/index.php index 1d60405..44fc91c 100644 --- a/index.php +++ b/index.php @@ -83,6 +83,7 @@ foreach($frontpage as $entry) { </div> NEWSENTRY; } +$content .= '<div align="right"><p><a href="/archive/">Older News Entries</a></p></div>'; $content .= "</div>"; $intro = <<<EOF -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
