-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
21 lines (19 loc) · 1.16 KB
/
footer.php
File metadata and controls
21 lines (19 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<footer>
<small>© Copright 2014 <a href="http://themeavenue.net">ThemeAvenue.net</a>.</small>
<small><a href="/">Free Stock Photos</a> provided by <a href="http://unsplash.com/">Unsplash</a>, <a href="http://picjumbo.com/">PicJumbo</a>, <a href="http://kaboompics.com/">KaboomPics</a> and <a href="http://www.freeimages.com/">freeimages</a>.</small>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/vendor/imgpreview.full.jquery.js"></script>
<script src="js/vendor/jquery.quicksearch.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>