mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Remove unused sidebar variable
This commit is contained in:
@@ -1,14 +1,6 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'copyright.php';
|
||||
include_once __DIR__ . '/include/prepend.inc';
|
||||
$SIDEBAR_DATA = '
|
||||
<a id="license"></a>
|
||||
<h3>PHP License</h3>
|
||||
<p>
|
||||
For information on the PHP License (i.e. using the PHP language),
|
||||
<a href="/license/">see our licensing information page</a>.
|
||||
</p>
|
||||
';
|
||||
site_header("Copyright", ["current" => "footer"]);
|
||||
?>
|
||||
|
||||
|
||||
@@ -1,14 +1,6 @@
|
||||
<?php
|
||||
$_SERVER['BASE_PAGE'] = 'elephpant.php';
|
||||
include_once __DIR__ . '/include/prepend.inc';
|
||||
$SIDEBAR_DATA = '
|
||||
<a id="license"></a>
|
||||
<h3>PHP License</h3>
|
||||
<p>
|
||||
For information on the PHP License (i.e. using the PHP language),
|
||||
<a href="/license/">see our licensing information page</a>.
|
||||
</p>
|
||||
';
|
||||
site_header("ElePHPant", ["current" => "footer"]);
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user