sforkowany z mirror/friendica
add titles to shared items if available
rodzic
fc34641d4a
commit
969a25eab2
|
@ -17,6 +17,8 @@ function share_init(&$a) {
|
|||
$o = '';
|
||||
|
||||
$o .= '♲ <a href="' . $r[0]['author-link'] . '">' . $r[0]['author-name'] . '</a><br />';
|
||||
if($r[0]['title'])
|
||||
$o .= '<strong>' . $r[0]['title'] . '</strong><br />';
|
||||
$o .= bbcode($r[0]['body'], true);
|
||||
echo $o . '<br />';
|
||||
killme();
|
||||
|
|
Ładowanie…
Reference in New Issue