web/wp-content/themes/bgw/includes/follow.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/bgw/includes/follow.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,5 @@
+<div id="topsoc">
+   <a href="<?php $twitt = get_option('swt_twitt'); echo $twitt; ?>"><img src="<?php bloginfo('template_directory'); ?>/images/twitter.png" class="tweet" alt="Follow us on Twitter" /></a>
+   <a href="<?php $rss = get_option('swt_rss'); echo $rss; ?>"><img src="<?php bloginfo('template_directory'); ?>/images/rsssocial.png" class="rss" alt="Subscribe to RSS" /></a>
+   <a href="mailto:<?php $email = get_option('swt_email'); echo $email; ?>"><img src="<?php bloginfo('template_directory'); ?>/images/mail.jpg" class="mail" alt="Contact us" /></a>
+</div>
\ No newline at end of file