diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-28 19:28:14 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-28 19:28:14 +0100 |
commit | af3fc7585666abe9afcdde9827e5bcbab70b08b9 (patch) | |
tree | 69f48d3f1fef41ab438ef18f88abd4eb027aea3e /include | |
parent | 08a4ffd6633896a75f1aa66c7c310fc6fd991912 (diff) | |
download | volse-hubzilla-af3fc7585666abe9afcdde9827e5bcbab70b08b9.tar.gz volse-hubzilla-af3fc7585666abe9afcdde9827e5bcbab70b08b9.tar.bz2 volse-hubzilla-af3fc7585666abe9afcdde9827e5bcbab70b08b9.zip |
Add red smiley for the sake of consistency with Friendica's set.
Diffstat (limited to 'include')
-rwxr-xr-x | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 086104466..f10541144 100755 --- a/include/text.php +++ b/include/text.php @@ -891,6 +891,7 @@ function smilies($s, $sample = false) { '<img class="smiley" src="' . $a->get_baseurl() . '/images/smiley-facepalm.gif" alt=":facepalm" />', '<img class="smiley" src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />', '<img class="smiley" src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />', + '<img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="red#" /></a>', '<a href="http://project.friendika.com">~friendika <img class="smiley" src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>', '<a href="http://friendica.com">~friendica <img class="smiley" src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>' ); |