-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
39 lines (25 loc) · 1.52 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
29
30
31
32
33
34
35
36
37
38
39
<?php ?>
</div> <!--! end of .container -->
<footer id="terminal-footer">
<div class="container">
<div class="row">
<div class="twelvecol">
<p>
<span class="left">The <span class="white">WordPress Zurich Meetup</span> group is organized by <a href="http://www.noeltock.com">Noel Tock</a>, easiest reached via twitter <span style="position:relative !important; top:6px!important"><a href="https://twitter.com/noeltock" class="twitter-follow-button" data-show-count="false">Follow @noeltock</a></span></span>
<span class="right">This site is proudly powered by <a rel="nofollow" href="http://wordpress.org/">WordPress</a> with the <a href="https://github.com/noeltock/wp-meetup" rel="nofollow"> wp-meetup</a> theme.</span>
</p>
</div>
</div>
</div>
</footer>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<?php wp_footer(); ?>
</body>
</html>