Advertisement
Guest User

wpfp_before_link_img_grey by silfani

a guest
Mar 6th, 2013
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. function wpfp_before_link_img_grey() {
  2. $options = wpfp_get_options();
  3. $option = $options['before_image_grey'];
  4. return "<img src='". WPFP_PATH . "/img/star-grey.png' alt='Not Favorite' title='Not Favorite' class='wpfp-img' />";
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement