X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fallfriends.php;h=498b9d7dbf1cf62b0b61eff85aec17e8575ace5b;hb=287c9cfbdd156ddc4edbea6b9b76d950071aaf04;hp=360b222b50dd647ad56d0febaff70c75129bffda;hpb=8932bec614132dfd4daf05985bb09e08fe5f6e07;p=friendica.git diff --git a/mod/allfriends.php b/mod/allfriends.php index 360b222b50..498b9d7dbf 100644 --- a/mod/allfriends.php +++ b/mod/allfriends.php @@ -61,8 +61,10 @@ function allfriends_content(&$a) { } else { $connlnk = $a->get_baseurl() . '/follow/?url=' . $rr['url']; - $photo_menu = array(array(t("View Profile"), zrl($rr['url']))); - $photo_menu[] = array(t("Connect/Follow"), $connlnk); + $photo_menu = array( + 'profile' => array(t("View Profile"), zrl($rr['url'])), + 'follow' => array(t("Connect/Follow"), $connlnk) + ); } $entry = array(