forked from gbishop/TarHeelReaderTheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
28 lines (26 loc) · 1.02 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
<!-- footer.php -->
</div>
<?php wp_footer(); ?>
<?php if (!THR('classic')) : ?>
<![if gt IE 7]>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
<script>var require = { waitSeconds: 200 };</script>
<script data-main="/theme/js/main" src="/theme/js/require.js"></script>
<!--begin netscore tag -->
<script type="text/javascript">
var nsf = document.createElement('iframe');
nsf.setAttribute('id', 'nsf');
nsf.setAttribute('style', 'display:none');
document.body.appendChild(nsf);
nsf.setAttribute('src', 'http://net-score.org/feather?devKey=NS-112343921464559043468-13');
</script>
<!--end netscore tag -->
<![endif]>
<?php else : ?>
<script>
logEvent('classicmode', 'on', 'now');
</script>
<?php endif ?>
</body>
</html>