diff options
author | Friendika <info@friendika.com> | 2011-08-24 22:40:26 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-24 22:40:26 -0700 |
commit | 74d61ed00b9ff6fe768d4a0f4a27da246020c270 (patch) | |
tree | f31cb2780937abbfbfb222590071952a4a92051e /mod | |
parent | 8f6ae2b66044a36996ac92a8db1a540db9c71fe3 (diff) | |
download | volse-hubzilla-74d61ed00b9ff6fe768d4a0f4a27da246020c270.tar.gz volse-hubzilla-74d61ed00b9ff6fe768d4a0f4a27da246020c270.tar.bz2 volse-hubzilla-74d61ed00b9ff6fe768d4a0f4a27da246020c270.zip |
contact menu beginnings
Diffstat (limited to 'mod')
-rw-r--r-- | mod/contacts.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 4d9385026..6863bd737 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -422,6 +422,7 @@ function contacts_content(&$a) { $o .= replace_macros($tpl, array( '$img_hover' => sprintf( t('Visit %s\'s profile [%s]'),$rr['name'],$rr['url']), '$edit_hover' => t('Edit contact'), + '$contact_photo_menu' => contact_photo_menu($rr), '$id' => $rr['id'], '$alt_text' => $alt_text, '$dir_icon' => $dir_icon, |