Commit: c5c88e4a312f8420e20012aac9253e489269ad95 Author: Hannes Magnusson <[email protected]> Wed, 20 Nov 2013 17:24:49 -0800 Parents: dafa4343d2aaace71787d6788f7fafb64dbd5045 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c5c88e4a312f8420e20012aac9253e489269ad95 Log: This sidebar isn't used on the docs page anymore.. and in fact, those books links return not a single PHP related book.. Changed paths: M docs.php Diff: diff --git a/docs.php b/docs.php index 6d630ff..e222115 100644 --- a/docs.php +++ b/docs.php @@ -3,35 +3,6 @@ $_SERVER['BASE_PAGE'] = 'docs.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; -$SIDEBAR_DATA=' -<h3>FAQ</h3> -<p> - The <a href="/FAQ.php">PHP FAQ</a> is your first stop for general - information and those questions that seem to be on most people\'s minds. - If you have licensing questions, see the separate - <a href="/license/">License FAQ</a>. -</p> - -<h3>Changelog</h3> -<p> - You can also find the <a href="/ChangeLog-4.php">PHP 4 Changelog</a> or - the <a href="/ChangeLog-5.php">PHP 5 Changelog</a> useful, - if you would like to look up changes between various versions of PHP. -</p> - -<h3>Books</h3> -<p> - There are literally thousands of books available in - English and numerous other languages. You can easily search at - <a href="http://www.amazon.com/exec/obidos/external-search?mode=books&keyword=PHP&tag=wwwphpnet">Amazon.com</a>, or - go directly to - <a href="http://www.amazon.de/exec/obidos/redirect-home/wwwphpnet07">Amazon.de</a> - or <a href="http://www.amazon.fr/exec/obidos/redirect-home/wwwphpnet0f">Amazon.fr</a> - and search there. -</p> - -'; - site_header("Documentation", array("current" => "docs")); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
