-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAF_Footer.php
21 lines (18 loc) · 1.62 KB
/
AF_Footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-----------------------------------------------------------------------------------------------------------------
-- AF_Footer.PHP (Original Program)
-- ArcticFox Footer
-- LastUpDate: 10/22/21
-- This will be the footer on all AF pages
------------------------------------------------------------------------------------------------------------------>
<?php
//define("FILE_AUTHOR","Antonio Lopez, Luke Pecovic, and Ian Marsh");
echo "<footer style='background-color:#036933;'>";
echo '<small style="color:#dfe7d3";> Need Help? Send us an Email! <a herf=<a href="mailto:[email protected], [email protected], [email protected]" style = "color: #dfe7d3;background-color: transparent;text-decoration: none;font-size: 18px;">ArcticFox Support</a>';
echo '<br><a href="AF_DisclaimerPage.php" style = "color: #dfe7d3;background-color: transparent;text-decoration: none;font-size: 18px;">Disclaimer</a>';
echo '<br><a href="AF_Construction.php" style = "color: #dfe7d3;background-color: transparent;text-decoration: none;font-size: 18px;">Privacy Statement</a>';
echo '<br><a href="AF_Construction.php" style = "color: #dfe7d3;background-color: transparent;text-decoration: none;font-size: 18px;">Rental/ Return Policy</a>';
echo '<br><a href="AF_ChangeLog.php" style = "color: #dfe7d3;background-color: transparent;text-decoration: none;font-size: 18px;">Change Log</a>';
echo "<small style='color:#dfe7d3';> Current Version 1.3.0 </small>";
echo '<br><small style="color:#dfe7d3";>This page © by ArcticFox, 2021 </small>';
echo "<br><small style='color:#dfe7d3';>Designed and created by ".FILE_AUTHOR.".</small>";
echo '</footer>';