diff options
author | friendica <info@friendica.com> | 2013-11-07 20:48:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-07 20:48:46 -0800 |
commit | 4b3db9b5234eb2c85d9d29305abb73e81f7558b6 (patch) | |
tree | d69c10e432e8e80ad1f86e348be91fceb5e34635 /include/text.php | |
parent | fc317172d5c6632df50aa8e25509ee2b6b830d2f (diff) | |
download | volse-hubzilla-4b3db9b5234eb2c85d9d29305abb73e81f7558b6.tar.gz volse-hubzilla-4b3db9b5234eb2c85d9d29305abb73e81f7558b6.tar.bz2 volse-hubzilla-4b3db9b5234eb2c85d9d29305abb73e81f7558b6.zip |
update smilies
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 1ff9d27cb..985262fe8 100755 --- a/include/text.php +++ b/include/text.php @@ -878,6 +878,7 @@ function smilies($s, $sample = false) { ':like', ':dislike', 'red#', + 'r#', '~friendica' ); @@ -916,6 +917,7 @@ function smilies($s, $sample = false) { '<img class="smiley" src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />', '<img class="smiley" src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />', '<a href="http://getzot.com"><img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="red#" /> the Red Matrix</a>', + '<a href="http://getzot.com"><img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="r#" /> the Red Matrix</a>', '<a href="http://friendica.com">~friendica <img class="smiley" src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>' ); |