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:
10
sites.php
10
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"));
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user