diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-22 18:39:23 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-22 18:39:23 -0800 |
commit | 8fcf16ee63c86667afe5646ea46d56dd1c96aa08 (patch) | |
tree | 700b77391865b8380d6dede5006e381517618dae /Zotlabs/Lib | |
parent | 4fc8416c3cecb3ece3523a1c5e36ab4d8cd8eb73 (diff) | |
download | volse-hubzilla-8fcf16ee63c86667afe5646ea46d56dd1c96aa08.tar.gz volse-hubzilla-8fcf16ee63c86667afe5646ea46d56dd1c96aa08.tar.bz2 volse-hubzilla-8fcf16ee63c86667afe5646ea46d56dd1c96aa08.zip |
optional divider between item header and body
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index 143cc4cc7..197657ab1 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -313,7 +313,7 @@ class ThreadItem { $comment_count_txt = sprintf( tt('%d comment','%d comments',$total_children),$total_children ); $list_unseen_txt = (($unseen_comments) ? sprintf('%d unseen',$unseen_comments) : ''); - + @@ -370,6 +370,7 @@ class ThreadItem { 'unverified' => $unverified, 'forged' => $forged, 'location' => $location, + 'divider' => get_pconfig($conv->get_profile_owner(),'system','item_divider'), 'attend_label' => t('Attend'), 'attend_title' => t('Attendance Options'), 'vote_label' => t('Vote'), |