diff options
author | friendica <info@friendica.com> | 2011-12-11 16:58:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-11 16:58:36 -0800 |
commit | 834639ebab3daded63c3ed076273e69b798ced90 (patch) | |
tree | b5fb3b69ae5a587cc1ab13e76d147fdd9bf8cb59 /include/text.php | |
parent | acdc7ca05af929aba99e5e54015e454c287c0980 (diff) | |
download | volse-hubzilla-834639ebab3daded63c3ed076273e69b798ced90.tar.gz volse-hubzilla-834639ebab3daded63c3ed076273e69b798ced90.tar.bz2 volse-hubzilla-834639ebab3daded63c3ed076273e69b798ced90.zip |
\o/ smiley
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 29e53c663..04d5dfced 100644 --- a/include/text.php +++ b/include/text.php @@ -674,7 +674,7 @@ function smilies($s) { $a = get_app(); $s = str_replace( - array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', + array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', '~friendika', '~friendica', 'Diaspora*' ), array( '<img src="' . $a->get_baseurl() . '/images/smiley-heart.gif" alt="<3" />', @@ -693,6 +693,7 @@ function smilies($s) { '<img src="' . $a->get_baseurl() . '/images/smiley-laughing.gif" alt=":-D" />', '<img src="' . $a->get_baseurl() . '/images/smiley-surprised.gif" alt="8-|" />', '<img src="' . $a->get_baseurl() . '/images/smiley-surprised.gif" alt="8-O" />', + '<img src="' . $a->get_baseurl() . '/images/smiley-thumbsup.gif" alt="\\o/" />', '<a href="http://project.friendika.com">~friendika <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>', '<a href="http://friendica.com">~friendica <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendica" /></a>', '<a href="http://diasporafoundation.org">Diaspora<img src="' . $a->get_baseurl() . '/images/diaspora.png" alt="Diaspora*" /></a>', |