X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fdisplay.php;h=cad60d2754ce5990f7040463633c1b8a3e7a8d64;hb=166424c92eafa55045b8e52f55a7ec7128062397;hp=fd845e608ef6188148d0cd3fabcb59a5da0276c6;hpb=b211adfb1290913e11cc77bdd86b733b1f772519;p=friendica.git diff --git a/mod/display.php b/mod/display.php index fd845e608e..cad60d2754 100644 --- a/mod/display.php +++ b/mod/display.php @@ -243,6 +243,7 @@ function display_content(&$a) { $tmp_item = replace_macros($template,array( '$id' => $item['item_id'], + '$title' => t('View $name\'s profile'), '$profile_url' => $profile_link, '$name' => $profile_name, '$sparkle' => $sparkle,