cvs: phpweb /include layout.inc
[email protected] ("Philip Olson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsphilip1226889428@cvsserver> |
philip Mon Nov 17 02:37:08 2008 UTC
Modified files:
/phpweb/include layout.inc
Log:
Added a link to our wiki in the header
http://cvs.php.net/viewvc.cgi/phpweb/include/layout.inc?r1=1.287&r2=1.288&diff_format=u
Index: phpweb/include/layout.inc
diff -u phpweb/include/layout.inc:1.287 phpweb/include/layout.inc:1.288
--- phpweb/include/layout.inc:1.287 Wed Jun 18 04:59:21 2008
+++ phpweb/include/layout.inc Mon Nov 17 02:37:08 2008
@@ -1,5 +1,5 @@
<?php
-/* $Id: layout.inc,v 1.287 2008/06/18 04:59:21 philip Exp $ */
+/* $Id: layout.inc,v 1.288 2008/11/17 02:37:08 philip Exp $ */
// Set the static content root differently on php.net
$_SERVER['STATIC_ROOT'] = ($MYSITE == 'http://www.php.net/') ?
@@ -195,6 +195,7 @@
<a href="/FAQ.php">faq</a> |
<a href="/support.php">getting help</a> |
<a href="/mailing-lists.php">mailing lists</a> |
+ <a href="http://wiki.php.net/">wiki</a> |
<a href="http://bugs.php.net/">reporting bugs</a> |
<a href="/sites.php">php.net sites</a> |
<a href="/links.php">links</a> |