Commit: e8f29b1ac372ca63639b2b0c2b9486def1978ccd Author: Philip Olson <[email protected]> Fri, 31 Dec 2010 05:35:25 +0000 Parents: 3c4d58435829a6d6744d7ccd0cc4940f2dc8f636 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=e8f29b1ac372ca63639b2b0c2b9486def1978ccd Log: Added a few mega-dropdown entries, and removed some. Still under discussion. Changed paths: M include/header.inc M include/layout.inc Diff: diff --git a/include/header.inc b/include/header.inc index 816d7e4..a41a2ce 100644 --- a/include/header.inc +++ b/include/header.inc @@ -68,6 +68,7 @@ <dd><a href="#">Organize an event</a></dd> <dd><a href="#">Write documentation</a></dd> <dd><a href="#">Test PHP</a></dd> + <dt><a href="/cal.php">Calendar of Events</a></dt> </dl> <dl> <dt><a href="/mailing-lists.php">Mailing lists</a></dt> @@ -78,11 +79,10 @@ <dt><a href="#">About PHP.net</a></dt> <dd><a href="/sites.php">Other PHP.net sites</a></dd> <dd><a href="/my.php">My PHP.net</a></dd> - <dd><a href="#">Contribute to the website</a></dd> <dd><a href="/credits.php">Who's behind this?</a></dd> <dd><a href="http://people.php.net/">Developers profiles</a></dd> <dd><a href="/contact.php">Contact us</a></dd> - <dd><a href="/mirrors.php">Mirror sites</a></dd> + <dd><a href="/thanks.php">Thanks</a></dd> </dl> <br style="clear: both;" /> </div></div></div> @@ -101,6 +101,8 @@ <dt><a href="#">Support</a></dt> <dd><a href="/mailing-lists.php">Mailing lists</a></dd> <dd><a href="/support.php">General resources</a></dd> + <dd><a href="/ChangeLog-5.php">Changelog (PHP 5)</a></dd> + <dd><a href="/svn.php">SVN (PHP Source)</a></dd> </dl> <dl> <dt><a href="http://bugs.php.net/">Bugs</a></dt> diff --git a/include/layout.inc b/include/layout.inc index 5352c90..8528227 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -890,6 +890,7 @@ function doc_toc($lang) { doc_toc_title($lang, $TOC, "faq", "li"); doc_toc_title($lang, $TOC, "appendices", "li"); echo "<li><a href='/quickref.php'>Quick function reference</a></li>\n"; + echo "<li><a href='/download-docs.php'>Documentation downloads</a></li>\n"; echo "</ul>\n"; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
