This repository has been archived by the owner on Jan 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
56 lines (50 loc) · 1.56 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?php
/**
* footer.php
*
* Author: Karim Norman Gorjux
* Date : 20/08/14
* Time : 12:43
*/
?>
<div class="container">
<div class="row">
<div class="span12">
<div class="social">
<a href="<?= FACEBOOK_LINK ?>"><i class="fa fa-facebook-square fa-3x" style="color: #3b5998;"></i></a>
<a href="<?= TWITTER_LINK ?>"><i class="fa fa-twitter-square fa-3x" style="color: #4099ff;"></i></a>
</div>
</div>
</div>
</div>
<!-- Footer start -->
<div class="footer">
<div class="container">
<div class="row down">
<div class="span6">
<p>
© CamperSurfing <?php echo date("Y"); ?>, All Rights Reserved<br />
Hosted on <a href="http://www.webfaction.com">WebFaction</a>
</p>
</div>
<div class="span6 copy">
<p>
<a id="footer-top" href="#header" title="<?php echo _('Go to the top') ?>"> <i class="fa fa-chevron-up fa-3x" style="color: #ffffff;"></i>
</a>
</p>
</div>
</div>
</div>
</div>
<!-- Footer start -->
<!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/functions.js"></script>
<?php require_once('google_analytics.php'); ?>
</body>
</html>