contact menu beginnings

This commit is contained in:
Friendika 2011-08-24 22:40:26 -07:00
commit 74d61ed00b
4 changed files with 95 additions and 1 deletions

View file

@ -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,