diff options
author | Mario <mario@mariovavti.com> | 2024-07-29 09:38:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-29 09:38:51 +0000 |
commit | 8c4269d03763efa28b6b76fec2848557e8e4f9af (patch) | |
tree | 20e420c3219548eb1227cc1bf70df2ad48ff4ef3 /Zotlabs | |
parent | 7394c97f23ce989abd5d4457f1422708e75a6b2e (diff) | |
download | volse-hubzilla-8c4269d03763efa28b6b76fec2848557e8e4f9af.tar.gz volse-hubzilla-8c4269d03763efa28b6b76fec2848557e8e4f9af.tar.bz2 volse-hubzilla-8c4269d03763efa28b6b76fec2848557e8e4f9af.zip |
fa2bi continued
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index 6081ca272..bca5aa047 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -93,7 +93,7 @@ class ThreadItem { $buttons = ''; $dropping = false; $star = false; - $isstarred = "unstarred fa-star-o"; + $isstarred = "unstarred bi-star"; $is_comment = false; $is_item = false; $osparkle = ''; @@ -573,7 +573,7 @@ class ThreadItem { if(($nb_children > $visible_comments) || ($thread_level > 1)) { $result['children'][0]['comment_firstcollapsed'] = true; $result['children'][0]['num_comments'] = $comment_count_txt['label']; - $result['children'][0]['hide_text'] = sprintf( t('%s show all'), '<i class="fa fa-chevron-down"></i>'); + $result['children'][0]['hide_text'] = sprintf( t('%s show all'), '<i class="bi bi-chevron-down"></i>'); if($thread_level > 1) { $result['children'][$nb_children - 1]['comment_lastcollapsed'] = true; } |