diff options
author | friendica <info@friendica.com> | 2013-10-08 21:17:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-08 21:17:11 -0700 |
commit | 0e793dea9bfc21a7c1c369d1db727d7ff900c90a (patch) | |
tree | fbf2386dcd88f2d7d4429f8f5daca96d398c5f3f /include/conversation.php | |
parent | f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9 (diff) | |
download | volse-hubzilla-0e793dea9bfc21a7c1c369d1db727d7ff900c90a.tar.gz volse-hubzilla-0e793dea9bfc21a7c1c369d1db727d7ff900c90a.tar.bz2 volse-hubzilla-0e793dea9bfc21a7c1c369d1db727d7ff900c90a.zip |
replace a bunch of graphic icons with vector icons
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 bcd9ae51a..1820a8568 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -632,7 +632,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional') { ); $star = false; - $isstarred = "unstarred"; + $isstarred = "unstarred icon-star-empty"; $lock = false; $likebuttons = false; |