-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
30 lines (27 loc) · 992 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
28
29
30
<footer class="footer" role="contentinfo">
<div class="container">
<div class="level">
<div class="level-left">
<p class="level-item">
© <?php echo date('Y'); ?> University of Illinois Law Review.
</p>
</div>
<div class="level-right">
<a href="/members/bookpull" class="level-item">Member Login</a>
<a href="/wp-admin" class="level-item">Admin Login</a>
</div>
</div>
</div>
</footer>
<!-- analytics -->
<script>
(function(f,i,r,e,s,h,l){i['GoogleAnalyticsObject']=s;f[s]=f[s]||function(){
(f[s].q=f[s].q||[]).push(arguments)},f[s].l=1*new Date();h=i.createElement(r),
l=i.getElementsByTagName(r)[0];h.async=1;h.src=e;l.parentNode.insertBefore(h,l)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-22837806-1', 'illinoislawreview.org');
ga('send', 'pageview');
</script>
<?php wp_footer(); ?>
</body>
</html>