Commit: eda2ca1963afc1851250e8fef576388e0546eef1 Author: Sobak <[email protected]> Mon, 12 May 2014 05:36:19 +0200 Parents: ef314fe4e1caffdb92e85d81237615cbc1565d1f Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=eda2ca1963afc1851250e8fef576388e0546eef1 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
