svn: /web/php/trunk/include/ header.inc layout.inc
[email protected] (Philip Olson)
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <[email protected]> |
philip Fri, 31 Dec 2010 05:35:25 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306900
Log:
Added a few mega-dropdown entries, and removed some. Still under discussion.
Changed paths:
U web/php/trunk/include/header.inc
U web/php/trunk/include/layout.inc
Modified: web/php/trunk/include/header.inc
===================================================================
--- web/php/trunk/include/header.inc 2010-12-31 05:35:23 UTC (rev 306899)
+++ web/php/trunk/include/header.inc 2010-12-31 05:35:25 UTC (rev 306900)
@@ -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>
Modified: web/php/trunk/include/layout.inc
===================================================================
--- web/php/trunk/include/layout.inc 2010-12-31 05:35:23 UTC (rev 306899)
+++ web/php/trunk/include/layout.inc 2010-12-31 05:35:25 UTC (rev 306900)
@@ -890,6 +890,7 @@
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";
}