X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofile.php;h=94e86e151dfe0ec4d92d530f541f497765fbb79b;hb=64bbf395f00434c77494f0a1629e4a0ef0ed2999;hp=1caa3478f9a5355c0331dcd7a3af3126bd33d9a1;hpb=4b4d680dc4e40384e9cc71591609a1f788f31c66;p=friendica.git diff --git a/mod/profile.php b/mod/profile.php index 1caa3478f9..94e86e151d 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -58,10 +58,12 @@ function profile_init(&$a) { } profile_load($a,$which); + $a->page['htmlhead'] .= "get_baseurl() . "/profile/%s" . "\" />\r\n"; $dfrn_pages = array('request', 'confirm', 'notify', 'poll'); foreach($dfrn_pages as $dfrn) $a->page['htmlhead'] .= "get_baseurl()."/dfrn_{$dfrn}/{$which}\" />\r\n"; + } function item_display(&$a, $item,$template,$comment) { @@ -72,11 +74,14 @@ function item_display(&$a, $item,$template,$comment) { if(local_user() && ($item['contact-uid'] == $_SESSION['uid']) && (strlen($item['dfrn-id'])) && (! $item['self'] )) $profile_url = $a->get_baseurl() . '/redir/' . $item['cid'] ; + $photo = (($item['self']) ? $a->profile['photo'] : $item['photo']); + $thumb = (($item['self']) ? $a->profile['thumb'] : $item['thumb']); + $o .= replace_macros($template,array( '$id' => $item['item_id'], '$profile_url' => $profile_url, '$name' => $item['name'], - '$thumb' => $item['thumb'], + '$thumb' => $thumb, '$body' => bbcode($item['body']), '$ago' => relative_date($item['created']), '$comment' => $comment