mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
add link to shares
This commit is contained in:
parent
f7144e671c
commit
7926a0d171
3 changed files with 61 additions and 59 deletions
|
@ -23,7 +23,9 @@ function share_init(&$a) {
|
|||
$o .= "\xE2\x99\xb2" . ' [url=' . $r[0]['author-link'] . ']' . $r[0]['author-name'] . '[/url]' . "\n";
|
||||
if($r[0]['title'])
|
||||
$o .= '[b]' . $r[0]['title'] . '[/b]' . "\n";
|
||||
$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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue