-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathfooter.php
More file actions
23 lines (18 loc) · 779 Bytes
/
footer.php
File metadata and controls
23 lines (18 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</div><!-- #container -->
<div id="footer">
© 2008–<?php echo date('Y'); ?> Open Source Bridge | <a href='/contact-us'>Contact Us</a>
</div><!-- #footer -->
</div><!-- #wrapper .hfeed -->
<?php wp_footer() ?>
<script type="text/javascript">
// Defer loading "getclicky" till after the page has loaded, because it's external and slow.
$(document).ready(function () {
var element = document.createElement("script");
element.src = "http://static.getclicky.com/79611.js";
element.type = "text/javascript";
document.getElementsByTagName("head")[0].appendChild(element);
});
</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="http://static.getclicky.com/79611-db10.gif" /></p></noscript>
</body>
</html>