View difference between Paste ID: 0snVV7kv and D817fQQZ
SHOW: | | - or go back to the newest paste.
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>
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="https://plus.google.com/112493023049701024281/posts" class="google+"><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="png" /></a>
7+
<a href="Google+pageurl" class="google+"><img src="https://ssl.gstatic.com/images/icons/gplus-16.png" alt="png" /></a>
8
<?php } ?>