-
Notifications
You must be signed in to change notification settings - Fork 161
/
Copy pathfooter.php
24 lines (22 loc) · 837 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
</section>
<div class="pub onmap">
<?php
if (isset($globalPub)) print $globalPub;
?>
</div>
<footer class="container">
<?php
if (isset($sql_time)) {
?>
<i><?php echo _("Page generated in").' '.round($sql_time+$page_time,2); ?>s (<?php print round($page_time,2); ?>ms PHP - <?php print round($sql_time,2); ?>ms SQL)</i>
<br />
<?php
}
?>
<span>Developed in Barrie by <a href="http://mtru.nz/" target="_blank">Mario Trunz</a> & at <a href="http://www.zugaina.com" target="_blank">Zugaina</a> by Ycarus</span> - <span><a href="<?php if (isset($globalURL)) print $globalURL; ?>/about#source">Source & Credits</a></span> - <span><a href="https://www.flightairmap.com/" target="_blank">Get source code</a></span>
</footer>
<div class="notifications bottom-left"></div>
<table id="header-fixed">
</table>
</body>
</html>