]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
common tabs to notifications and mail
[friendica.git] / mod / share.php
index f355a842a7cb360e6bf499f662723998d11f9c6c..bba527342aaf7e5bab10f2656496966e760127d9 100644 (file)
@@ -17,6 +17,8 @@ function share_init(&$a) {
        $o = '';
 
        $o .= '&#x2672; <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();