Community "get involved" menu links are missing

[email protected] (Andy Dawson)
Newsgroups php.webmaster
Message-ID <[email protected]>
I'm sure this'd get noticed sooner rather than later however in the menu the
get involved links are missing

The php.net site contains the following source:

<dt><a href="/get-involved.php">Get Involved</a></dt>
    <dd><a href="#">Report bugs</a></dd>
    <dd><a href="#">Contribute code</a></dd>
    <dd><a href="#">Organize an event</a></dd>
    <dd><a href="#">Write documentation</a></dd>
    <dd><a href="#">Test PHP</a></dd>
<dt>

Should be something like:

<dt><a href="/get-involved.php">Get Involved</a></dt>
    <dd><a href="http://bugs.php.net/report.php"
<http://bugs.php.net/report.php%22>>Report bugs</a></dd>
    <dd><a href="/svn.php">Contribute code</a></dd>
    <dd><a href="/submit-event.php">Organize an event</a></dd>
    <dd><a href="/get-involved.php#something">Write documentation</a></dd>
    <dd><a href="http://qa.php.net/write-test.php"
<http://qa.php.net/write-test.php%22>>Test PHP</a></dd>
<dt>


I mistakenly reported this as a bug (http://bugs.php.net/bug.php?id=53675)
after enabling the alpha program.

Regards,

AD
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.