diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-01 04:39:57 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-01 04:39:57 +1000 |
commit | 8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716 (patch) | |
tree | e9505358c6a855da8d5d8d84cfe1db3dfa3e2db6 /include/conversation.php | |
parent | 7d380570df62b3f90daf197a1044d45e073c97a7 (diff) | |
download | volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.tar.gz volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.tar.bz2 volse-hubzilla-8f16e9ad33e17fcdf5c0b4586b384ea12eeb0716.zip |
update icon names in include/
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index b1b47df39..94f1e7da7 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -658,7 +658,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $ ); $star = false; - $isstarred = "unstarred icon-star-empty"; + $isstarred = "unstarred fa-star-o"; $lock = (($item['item_private'] || strlen($item['allow_cid']) || strlen($item['allow_gid']) || strlen($item['deny_cid']) || strlen($item['deny_gid'])) ? t('Private Message') |