Commit: 1156635636f46cf4cce48dd12b1dcb116d9709cc Author: Levi Morrison <[email protected]> Tue, 30 Jul 2013 13:45:53 -0600 Parents: ba9fa1cc46d9773abff29d8575065cdd988ea008 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=1156635636f46cf4cce48dd12b1dcb116d9709cc Log: Fixed documentation link to go to /docs.php, was /manual/ Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index fc19c4e..544ca89 100644 --- a/include/header.inc +++ b/include/header.inc @@ -87,7 +87,7 @@ if (isset($shortname) && $shortname) { <a href="/" class="brand"><img src="/images/logos/[email protected]" width="48" height="24" alt="php"/></a> <ul class="nav"> <li class="<?php echo $curr == "downloads" ? "active" : ""?>"><a href="/downloads">Downloads</a></li> - <li class="<?php echo $curr == "docs" ? "active" : ""?>"><a href="/manual/">Documentation</a></li> + <li class="<?php echo $curr == "docs" ? "active" : ""?>"><a href="/docs.php">Documentation</a></li> <li class="<?php echo $curr == "community" ? "active" : ""?>"><a href="/get-involved" >Get Involved</a></li> <li class="<?php echo $curr == "help" ? "active" : ""?>"><a href="/support">Help</a></li> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
