X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fshare.php;h=8358f67169ab84e88b37196e9d047d65570b2685;hb=ed6ca1d3845070decc732ce5df266b49b448b940;hp=c7525113ec1959f543f1c0090790a9648a310b16;hpb=4e7eb36dd1e65bf481ffe30614565674cbef4fe5;p=friendica.git diff --git a/mod/share.php b/mod/share.php index c7525113ec..8358f67169 100644 --- a/mod/share.php +++ b/mod/share.php @@ -1,6 +1,6 @@ ' . $r[0]['author-name'] . '
'; -// if($r[0]['title']) -// $o .= '' . $r[0]['title'] . '
'; -// $o .= $r[0]['body'] . "\n"; -// } + $o .= $r[0]['body'] . "\n" ; + + $o .= (($r[0]['plink']) ? '[url=' . $r[0]['plink'] . ']' . t('link') . '[/url]' . "\n" : ''); + } echo $o; - killme(); + killme(); }