-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
27 lines (23 loc) · 966 Bytes
/
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
<footer role="contentinfo">
<div class="container">
<div class="donated-by">
<div>
Donated by <a href="http://www.reddit.com/r/SandersForPresident">Grasroots for Sanders</a>
</div>
</div>
</a>
<p class="affiliation">This site is supported by volunteers and not endorsed by nor affiliated with the <a href="https://berniesanders.com" title="Official Bernie Sanders campaign site">official Bernie Sanders campaign</a>.</p>
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', '<?php echo get_site_option('google-analytics-id'); ?>', 'auto');
ga('send', 'pageview');
</script>
<?php wp_footer(); ?>
</body>
</html>