]> git.mxchange.org Git - friendica.git/commitdiff
Rearranged the contact menu so that it fits the menu at the conversations.
authorMichael Vogel <icarus@dabo.de>
Sun, 4 Oct 2015 22:19:58 +0000 (00:19 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 4 Oct 2015 22:19:58 +0000 (00:19 +0200)
include/Contact.php

index b0fdcbfb8a10ce0b7eba14981e6532c139a7c0b5..e6ec8daade967cfa5dbb798e42e38144f27a1e4f 100644 (file)
@@ -233,7 +233,6 @@ function contact_photo_menu($contact) {
 
 
        $menu = Array(
-               'poke' => array(t("Poke"), $poke_link),
                'status' => array(t("View Status"), $status_link),
                'profile' => array(t("View Profile"), $profile_link),
                'photos' => array(t("View Photos"), $photos_link),
@@ -241,6 +240,7 @@ function contact_photo_menu($contact) {
                'edit' => array(t("Edit Contact"), $contact_url),
                'drop' => array(t("Drop Contact"), $contact_drop_link),
                'pm' => array(t("Send PM"), $pm_url),
+               'poke' => array(t("Poke"), $poke_link),
        );