Commit: 864dfeb99102661d0828716db43b270cf8caf9ce Author: Sobak <[email protected]> Mon, 12 May 2014 05:36:19 +0200 Parents: 06ef5d1349ae7a0c13462e98c8eb9876b1720361 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=864dfeb99102661d0828716db43b270cf8caf9ce Log: This sidebar code is unused Changed paths: M sites.php Diff: diff --git a/sites.php b/sites.php index b1ff2d5..1796aac 100644 --- a/sites.php +++ b/sites.php @@ -1,16 +1,6 @@ <?php -// $Id$ $_SERVER['BASE_PAGE'] = 'sites.php'; include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc'; -$SIDEBAR_DATA = ' -<h3>PHP.net Sitemap</h3> -<p> - It might also be a good idea to dig deeper into - what PHP.net can offer you. Our <a href="/sitemap.php">sitemap</a> - helps you find your way around the site. -</p> - -'; site_header("A Tourist's Guide", array("current" => "help")); ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
