-
Notifications
You must be signed in to change notification settings - Fork 6
/
footer.html
99 lines (87 loc) · 4.83 KB
/
footer.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
</div><!-- #site-content -->
</div><!-- #main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class='wrap'>
<div id="supplementary">
<div id="footer-sidebar" class="footer-sidebar widget-area" role="complementary"></div><!-- #footer-sidebar -->
</div><!-- #supplementary -->
<div id='footer-share'>
<a href="http://twitter.com/phplist" target='_blank' class='ics sm twitter'></a>
<a href="http://www.linkedin.com/company/phplist" target='_blank' class='ics sm linkedin'></a>
<a href="http://youtube.com/phplist" target='_blank' class='ics sm youtube'></a>
<a href="http://facebook.com/phplist" target='_blank' class='ics sm facebook'></a>
<a href="http://plus.google.com/+phplist" target='_blank' class='ics sm google'></a>
</div>
<div class='copyright'>phpList is a registered limited company - © phpList 2000 - 2018<br />UK Company No. 07582966 - VAT Registration 122 0788 37</div>
<div class='clear'></div>
<div class='license'><div class="alignleft"><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></div><div class="alignleft"><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">phpList manual</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="httos://phplist.org/manual" property="cc:attributionName" rel="cc:attributionURL">phpList.org</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.<br />Based on a work at <a xmlns:dct="http://purl.org/dc/terms/" href="http://booki.flossmanuals.net/phplist/_draft/" rel="dct:source">http://booki.flossmanuals.net/phplist/_draft/</a>.</div></div>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
<script src="/wp-includes/js/jquery/jquery.js?ver=1.11.1"></script>
<script src='/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
<script src="/wp-includes/js/jquery/ui/core.min.js?ver=1.11.2"></script>
<script src='/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.2'></script>
<script src='/wp-includes/js/jquery/ui/position.min.js?ver=1.11.2'></script>
<script src='/wp-includes/js/jquery/ui/tooltip.min.js?ver=1.11.2'></script>
<script src='https://feedback.phplist.com/feedbackjs.php'></script>
<script>
jQuery(document).ready(function(){
jQuery('#header-buttons li').click(function(){
jQuery('#header-buttons li').removeClass('active');
jQuery(this).addClass('active');
});
jQuery('#header-buttons li a').mouseover(function(){
jQuery('#header-buttons li').removeClass('active');
});
jQuery('.header-main').mouseleave(function(){
jQuery('#header-buttons li').removeClass('active');
});
jQuery('.info').tooltip({position: {
my: "center bottom-20",
at: "center top",
using: function( position, feedback ) {
jQuery( this ).css( position );
jQuery( "<div>" )
.addClass( "arrow" )
.addClass( feedback.vertical )
.addClass( feedback.horizontal )
.appendTo( this );
}
}
});
});
jQuery(function() {
var uri =location.pathname.split("/")[2];
jQuery('nav ul ul a[href^="' + uri + '"]').addClass('active');
jQuery('nav ul ul a[href^="' + uri + '"]').parent().parent().addClass('active');
jQuery('nav ul ul a[href^="' + uri + '"]').parent().parent().parent().addClass('active');
});
</script>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//phplist.piwikpro.com/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 15]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//phplist.piwikpro.com/piwik.php?idsite=15" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
<!-- Google Analytics -->
<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', 'UA-24263223-8', 'auto');
ga('send', 'pageview');
</script>
<!-- end GA -->
</body>
</html>