Skip to content

Commit fa23b73

Browse files
committed
Remove unused sidebar variable
1 parent 7503644 commit fa23b73

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

copyright.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
<?php
22
$_SERVER['BASE_PAGE'] = 'copyright.php';
33
include_once __DIR__ . '/include/prepend.inc';
4-
$SIDEBAR_DATA = '
5-
<a id="license"></a>
6-
<h3>PHP License</h3>
7-
<p>
8-
For information on the PHP License (i.e. using the PHP language),
9-
<a href="/license/">see our licensing information page</a>.
10-
</p>
11-
';
124
site_header("Copyright", ["current" => "footer"]);
135
?>
146

elephpant.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
<?php
22
$_SERVER['BASE_PAGE'] = 'elephpant.php';
33
include_once __DIR__ . '/include/prepend.inc';
4-
$SIDEBAR_DATA = '
5-
<a id="license"></a>
6-
<h3>PHP License</h3>
7-
<p>
8-
For information on the PHP License (i.e. using the PHP language),
9-
<a href="/license/">see our licensing information page</a>.
10-
</p>
11-
';
124
site_header("ElePHPant", ["current" => "footer"]);
135
?>
146

0 commit comments

Comments
 (0)