-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
26 lines (22 loc) · 1.21 KB
/
footer.php
File metadata and controls
26 lines (22 loc) · 1.21 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
26
<footer>
<p>© <?php echo date("o"); ?> - Fans of Gaming</p>
<span class="fa-stack fa-2x">
<i class="fa fa-square fa-stack-2x"></i>
<a href="https://twitter.com/fog_con" title="Follow FOG On Twitter"><i class="fa fa-twitter fa-stack-1x text-twitter"></i></a>
</span>
<span class="fa-stack fa-2x">
<i class="fa fa-square fa-stack-2x"></i>
<a href="https://www.facebook.com/pages/Fans-Of-Gaming/1513806838881194" title="Like Us On FaceBook"><i class="fa fa-facebook fa-stack-1x text-facebook"></i></a>
</span>
<span class="fa-stack fa-2x">
<i class="fa fa-square fa-stack-2x"></i>
<a href="http://instagram.com/fogcon" title="Follow FOG On Instagram"><i class="fa fa-instagram fa-stack-1x text-instagram"></i></a>
</span>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</footer>