Rearranged the contact menu so that it fits the menu at the conversations.

This commit is contained in:
Michael Vogel 2015-10-05 00:19:58 +02:00
parent caa9073a8f
commit 133d38be20
1 changed files with 1 additions and 1 deletions

View 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),
);