File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
$ _SERVER ['BASE_PAGE ' ] = 'copyright.php ' ;
3
3
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
- ' ;
12
4
site_header ("Copyright " , ["current " => "footer " ]);
13
5
?>
14
6
Original file line number Diff line number Diff line change 1
1
<?php
2
2
$ _SERVER ['BASE_PAGE ' ] = 'elephpant.php ' ;
3
3
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
- ' ;
12
4
site_header ("ElePHPant " , ["current " => "footer " ]);
13
5
?>
14
6
You can’t perform that action at this time.
0 commit comments