Advertisement
Guest User

Untitled

a guest
Nov 28th, 2011
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <span class="socials_wrap">
  2. <span class="socials">
  3. <a class="first" href="<?php echo get_option('to_feedburner'); ?>"></a>
  4. <a href="http://www.twitter.com/#!/<?php echo get_option('to_twitter_feed'); ?>"></a>
  5. <?php
  6. if(get_option('to_facebook') && get_option('to_facebook') != '') ?>
  7. <a href="<?php echo get_option('to_facebook'); ?>"></a>
  8. <?php
  9. if(get_option('to_google_plus') && get_option('to_google_plus') != '') ?>
  10. <a href="<?php echo get_option('to_google_plus'); ?>"></a>
  11. <a class="first" href="<?php echo get_option('to_mailing_list'); ?>"></a>
  12. </span>
  13. </span>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement