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.