Merge pull request #456 from Struart88/patch-2
[FlightAirMap.git] / footer.php
blob1b1102ab4811859552c3bcb025944ede5e6feb14
1 </section>
2 <div class="pub onmap">
3 <?php
4 if (isset($globalPubFooter)) print $globalPubFooter;
5 ?>
6 </div>
7 <footer class="container">
8 <?php
9 if (isset($sql_time)) {
11 <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>
12 <br />
13 <?php
16 <span>Developed in Barrie by <a href="http://www.mariotrunz.me/" 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 &amp; Credits</a></span> - <span><a href="https://www.flightairmap.com/" target="_blank">Get source code</a></span>
17 </footer>
19 <div class="notifications bottom-left"></div>
20 <table id="header-fixed">
21 </table>
23 </body>
24 </html>