-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
35 lines (23 loc) · 1.51 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
<footer>
<hr>
<div class="row-fluid">
<div class="span1">
<p><small>Share</small></p>
</div>
<div class="span3 share">
<a id="facebook-icon" class="share-button" rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=http://www.bikesmakelifebetter.com" title="Click to share on Facebook"></a>
<a id="linkedin-icon" class="share-button" rel="nofollow" target="_blank" href="https://www.linkedin.com/shareArticle?url=http%3A%2F%2Fbikesmakelifebetter%2Ecom%2F&title=Bikes+Make+Life+Better&mini=true&summary=Bikes%20Make%20Life%20Better%20helps%20leading%20rganizations%20meet%20their%20social,%20environmental,%20and%20inancial%20goals%20by%20creating%20and%20upporting%20sustainable%20bicycle%20programs." title="Click to share on LinkedIn"></a>
<a id="google-icon" class="share-button" rel="nofollow" target="_blank" href="https://plus.google.com/share?url=http://bikesmakelifebetter.com/" title="Click to share on Google+"></a>
</div>
<div class="span4 newsletter-form">
<?php echo do_shortcode('[contact-form-7 id="125" title="Newsletter Signup"]'); ?>
</div>
<div class="span4">
<p class="left-text"><small>© <?php echo date('Y'); ?> Bikes Make Life Better | Site by <a href="http://wordspicturesideas.com/" target="_blank" title="Words Pictures Ideas">WPI</a></small></p>
</div>
</div> <!-- end row -->
</footer>
</div> <!-- /container -->
<?php wp_footer(); ?>
</body>
</html>