Advertisement
wissamdandan

If Else badges

Jan 23rd, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <?php
  2. if (is_front_page())
  3. {?>
  4.     <a rel="publisher" href="https://plus.google.com/112493023049701024281/posts" class="google+"><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="png" /></a>
  5. <?php } else { ?>
  6.    
  7. <a href="https://plus.google.com/112493023049701024281/posts" 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