Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. <?php } if ( $woo_options[ 'woo_connect_twitter' ] != "" ) { ?>
  2. <a href="<?php echo $woo_options[ 'woo_connect_twitter' ]; ?>" class="twitter"><img width="32" height="32" src="<?php echo get_template_directory_uri(); ?>/images/ico-social-twitter.png" title="<?php _e('Follow us on Twitter', 'woothemes'); ?>" alt=""/></a>
  3.  
  4. <?php } if ( $woo_options[ 'woo_connect_facebook' ] != "" ) { ?>
  5. <a href="<?php echo $woo_options[ 'woo_connect_facebook' ]; ?>" class="facebook"><img width="32" height="32" src="<?php echo get_template_directory_uri(); ?>/images/ico-social-facebook.png" title="<?php _e('Connect on Facebook', 'woothemes'); ?>" alt=""/></a>
  6.  
  7. <?php } if ( $woo_options[ 'woo_connect_youtube' ] != "" ) { ?>
  8. <a href="<?php echo $woo_options[ 'woo_connect_youtube' ]; ?>" class="youtube"><img width="32" height="32" src="<?php echo get_template_directory_uri(); ?>/images/ico-social-youtube.png" title="<?php _e('Watch on YouTube', 'woothemes'); ?>" alt=""/></a>
  9.  
  10. <?php } if ( $woo_options[ 'woo_connect_flickr' ] != "" ) { ?>
  11. <a href="<?php echo $woo_options[ 'woo_connect_flickr' ]; ?>" class="flickr"><img width="32" height="32" src="<?php echo get_template_directory_uri(); ?>/images/ico-social-flickr.png" title="<?php _e('See photos on Flickr', 'woothemes'); ?>" alt=""/></a>
  12.  
  13. <?php } if ( $woo_options[ 'woo_connect_linkedin' ] != "" ) { ?>
  14. <a href="<?php echo $woo_options[ 'woo_connect_linkedin' ]; ?>" class="linkedin"><img width="32" height="32" src="<?php echo get_template_directory_uri(); ?>/images/ico-social-linkedin.png" title="<?php _e('Connect on LinkedIn', 'woothemes'); ?>" alt=""/></a>
  15.  
  16. <?php } if ( $woo_options[ 'woo_connect_delicious' ] != "" ) { ?>
  17. <a href="<?php echo esc_url( $woo_options['woo_connect_delicious'] ); ?>" class="delicious"><img width="32" height="32" src="<?php echo get_template_directory_uri(); ?>/images/ico-social-delicious.png" title="<?php _e('Discover on Delicious', 'woothemes'); ?>" alt=""/></a>
  18.  
  19. <?php } if ( $woo_options[ 'woo_connect_googleplus' ] != "" ) { ?>
  20. <a href="<?php echo esc_url( $woo_options['woo_connect_googleplus'] ); ?>" class="googleplus"><img width="32" height="32" src="<?php echo get_template_directory_uri(); ?>/images/ico-social-googleplus.png" title="<?php _e('View Google+ profile', 'woothemes'); ?>" alt=""/></a>
  21.  
  22. <?php } ?>
  23. </div>
  24. <?php endif; ?>
Add Comment
Please, Sign In to add comment