-
Notifications
You must be signed in to change notification settings - Fork 618
Expand file tree
/
Copy pathelephpant.php
More file actions
32 lines (27 loc) · 854 Bytes
/
elephpant.php
File metadata and controls
32 lines (27 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
$_SERVER['BASE_PAGE'] = 'elephpant.php';
include_once __DIR__ . '/include/prepend.inc';
site_header("ElePHPant", ["current" => "footer"]);
?>
<a id="copyright"></a>
<h1>ElePHPant</h1>
<p>
The ElePHPant is the adorable, elephantine mascot of the PHP project.
Occasionally, official stuffed toy elePHPants designed by
<a href="http://www.elroubio.net">Vincent Pontier</a> are made available.
You may have seen pictures of them (from
<a href="https://www.flickr.com/groups/elephpants/">Flickr</a>) at the bottom
of the php.net homepage. Beware of imitators.
</p>
<p>
<img src="images/logos/elephpant-running-78x48.gif" alt="">
</p>
<p>
For more information on the PHP Group and the PHP project, please see
<a href="http://php.net/">the PHP homepage</a>.
</p>
<?php
// Print the common footer.
site_footer([
'elephpants' => true,
]);