-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.php
25 lines (24 loc) · 1.24 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
<?php if(!isset($map)) { ?><div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted">Is this site unclear, broken, or otherwise sucky? <a href="https://github.com/seattlemeshnet/seattlemesh.net">Come fix it!</a>, or at least <a href="https://github.com/seattlemeshnet/seattlemesh.net/issues">file an issue</a>. | <a href="https://twitter.com/SeattleMeshnet">Twitter</a> | <a href="https://www.google.com/+SeattleMeshnet" rel="publisher">Google+</a> | <a href="http://www.reddit.com/r/seattlemeshnet">reddit</a></p>
</div>
</div><?php } ?>
<script src="assets/js/jquery-2.0.2.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["setCookieDomain", "*.seattlemesh.net"]);
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);
(function() {
var u="https://analytics.seattlemesh.net/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "6"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->