web/wp-content/themes/bgw/includes/follow.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore

<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>