Advertisement
wissamdandan

Untitled

Jan 23rd, 2012
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. if (is_front_page())
  3. {?>
  4.     <a rel="publisher" href="Google+pageurl" class="google+"><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="png" /></a>
  5. <?php } else { ?>
  6.    
  7. <a href="Google+pageurl" class="google+"><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="png" /></a>
  8. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement