mirror of
https://github.com/friendica/friendica
synced 2025-04-24 04:30:11 +00:00
Move self key to $profile tamplate variable in hovercard.tpl template
- Simplify network and mention menu items by checking for group in Model\Contact::photoMenu
This commit is contained in:
parent
05f2cf9202
commit
cf5beafec0
3 changed files with 27 additions and 12 deletions
|
@ -112,6 +112,7 @@ class Hovercard extends BaseModule
|
|||
'bd' => $contact['bd'] <= DBA::NULL_DATE ? '' : $contact['bd'],
|
||||
'account_type' => Contact::getAccountType($contact['contact-type']),
|
||||
'actions' => $actions,
|
||||
'self' => $contact['self'],
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue