mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Moved popup logic in boot.php, added 'item_photo_menu' hook
This commit is contained in:
parent
3f94721d62
commit
fe67c346e5
7 changed files with 72 additions and 12 deletions
|
@ -115,6 +115,7 @@ function search_content(&$a) {
|
|||
'$id' => $item['item_id'],
|
||||
'$linktitle' => t('View $name\'s profile'),
|
||||
'$profile_url' => $profile_link,
|
||||
'$item_photo_menu' => item_photo_menu($item),
|
||||
'$name' => $profile_name,
|
||||
'$sparkle' => $sparkle,
|
||||
'$lock' => $lock,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue