1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

This sidebar code is unused

This commit is contained in:
Sobak
2014-05-12 05:36:19 +02:00
parent 06ef5d1349
commit 864dfeb991

View File

@@ -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"));
?>