This repository was archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathfooter.php
More file actions
25 lines (25 loc) · 1.37 KB
/
footer.php
File metadata and controls
25 lines (25 loc) · 1.37 KB
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
</div>
<div class="mt-2">
<hr>
<div class="row">
<div class="text-center text-body col-lg-6 offset-lg-3">
<p>
Copyright © 2021-<?php echo date("Y");?> - Surftimer-Web-Stats
<br>
<small>
Coded & Designed with ❤ by <a class="link-dark text-decoration-none" href="https://github.com/KristianP26/" target="_blank">Kristián Partl</a>.
<br class="py-0">
<small>
<?php echo ALL_TIMES_ARE_IN;?> <a class="link-dark text-decoration-none" href="https://time.is/en/<?php echo $mysql_server_timezone; ?>" target="_blank"><?php echo $mysql_server_timezone; ?></a>.
</small>
</small>
<br>
<small><a class="link-dark text-decoration-none" href="https://github.com/KristianP26/Surftimer-Web-Stats" title="Kristián Partl Github" target="_blank">Surftimer-Web-Stats</a> v.2.13</small>
</p>
</div>
</div>
</div>
</div>
</body>
<!-- Coded & Designed with ❤ by Kristián Partl. --->
</html>