Commit: 5c5f9cb917de9629dcf81fe78bcfd8ca98223e79 Author: Sobak <[email protected]> Mon, 9 Jun 2014 05:43:02 +0200 Parents: d0a28d470759c967248ada56beeda95b95f7afc0 Branches: master
Link: http://git.php.net/?p=web/people.git;a=commitdiff;h=5c5f9cb917de9629dcf81fe78bcfd8ca98223e79 Log: Maybe little more useful link in menu Changed paths: M include/layout.php Diff: diff --git a/include/layout.php b/include/layout.php index e19f5e9..be8b4d7 100644 --- a/include/layout.php +++ b/include/layout.php @@ -3,8 +3,8 @@ function site_header($TITLE) { $SUBDOMAIN = "people"; $LINKS = array( - array("href" => "/user.php", "text" => "Users"), array("href" => "https://master.php.net/manage/users.php", "text" => "Master"), + array("href" => "https://wiki.php.net/web/people", "text" => "Help"), ); $CSS[] = "/styles/user-autocomplete.css"; $CSS[] = "/styles/people.css"; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
