aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ThreadItem.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2016-12-18 16:26:00 -0800
committerzotlabs <mike@macgirvin.com>2016-12-18 16:26:00 -0800
commit92f3d863fa4a8a96d4f882a91a81d888a58230e5 (patch)
tree40798d2b1c46e869932d2780ce22e49fc2456749 /Zotlabs/Lib/ThreadItem.php
parente1819a874f334185e379db9390d493d12273704b (diff)
downloadvolse-hubzilla-92f3d863fa4a8a96d4f882a91a81d888a58230e5.tar.gz
volse-hubzilla-92f3d863fa4a8a96d4f882a91a81d888a58230e5.tar.bz2
volse-hubzilla-92f3d863fa4a8a96d4f882a91a81d888a58230e5.zip
re-factor item_photo_menu - there is some room for future development, currently it was made compatible with minimal template changes
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r--Zotlabs/Lib/ThreadItem.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php
index a1666e148..e636e5614 100644
--- a/Zotlabs/Lib/ThreadItem.php
+++ b/Zotlabs/Lib/ThreadItem.php
@@ -335,6 +335,8 @@ class ThreadItem {
'wall' => t('Wall-to-Wall'),
'vwall' => t('via Wall-To-Wall:'),
'profile_url' => $profile_link,
+ 'thread_action_menu' => thread_action_menu($item,$conv->get_mode()),
+ 'thread_author_menu' => thread_author_menu($item,$conv->get_mode()),
'item_photo_menu' => item_photo_menu($item),
'dreport' => $dreport,
'name' => $profile_name,