You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
1.1 KiB
17 lines
1.1 KiB
7 years ago
|
|
||
|
<a href="#" onclick="window.open('https://www.facebook.com/sharer/sharer.php?u='+encodeURIComponent(location.href+'&U=<?php echo date("U");?>'), 'facebook-share-dialog', 'width=626,height=436'); return false;">
|
||
|
<img src="<?= $BASE_URL;?>/images/social/facebook_s.png" border="0" class="social" width="30">
|
||
|
</a>
|
||
|
|
||
|
<a href="https://plus.google.com/share?url=http%3A%2F%2F<?php echo $_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'];?>" target="_blank">
|
||
|
<img src="<?= $BASE_URL;?>/images/social/plus_s.png" border="0" class="social" width="30">
|
||
|
</a>
|
||
|
|
||
|
<a href="http://twitter.com/intent/tweet?source=sharethiscom&url=http%3A%2F%2F<?php echo $_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'];?>" target="_blank">
|
||
|
<img src="<?= $BASE_URL;?>/images/social/twitter_s.png" border="0" class="social" width="30">
|
||
|
</a>
|
||
|
|
||
|
<a href="http://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2F<?php echo $_SERVER['HTTP_HOST']."".$_SERVER['REQUEST_URI'];?>" target="_blank">
|
||
|
<img src="<?= $BASE_URL;?>/images/social/in_s.png" border="0" class="social" width="30">
|
||
|
</a>
|