Commit: 6426cfcc16e7574d928577c9b2fe1e0cacdc8680 Author: Levi Morrison <le...@php.net> Tue, 30 Jul 2013 13:45:53 -0600 Parents: e79557f341f53aeaa2425fbba7d478d29597b484 Branches: responsive
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6426cfcc16e7574d928577c9b2fe1e0cacdc8680 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/php-l...@2x.png" 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