diff options
author | friendica <info@friendica.com> | 2012-01-23 15:07:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-23 15:07:40 -0800 |
commit | 1f074cb44c5deda5b480f5ff814ff3640ec843d0 (patch) | |
tree | 9bb9196198bf4daf68c142bbbad4e335780bfc03 /include | |
parent | e3bcd6ab1b0b084b56fd2789fe100fa4614f348c (diff) | |
download | volse-hubzilla-1f074cb44c5deda5b480f5ff814ff3640ec843d0.tar.gz volse-hubzilla-1f074cb44c5deda5b480f5ff814ff3640ec843d0.tar.bz2 volse-hubzilla-1f074cb44c5deda5b480f5ff814ff3640ec843d0.zip |
shaka, slackr theme
Diffstat (limited to 'include')
-rwxr-xr-x | include/text.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 416e19927..bca219658 100755 --- a/include/text.php +++ b/include/text.php @@ -678,7 +678,7 @@ function smilies($s) { $a = get_app(); $s = str_replace( - array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', 'o.O', 'O.o', + array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', 'o.O', 'O.o', '\\.../', '\\ooo/', '~friendika', '~friendica', 'Diaspora*' ), array( '<img src="' . $a->get_baseurl() . '/images/smiley-heart.gif" alt="<3" />', @@ -700,6 +700,8 @@ function smilies($s) { '<img src="' . $a->get_baseurl() . '/images/smiley-thumbsup.gif" alt="\\o/" />', '<img src="' . $a->get_baseurl() . '/images/smiley-Oo.gif" alt="o.O" />', '<img src="' . $a->get_baseurl() . '/images/smiley-Oo.gif" alt="O.o" />', + '<img src="' . $a->get_baseurl() . '/images/smiley-shaka.gif" alt="\\.../" />', + '<img src="' . $a->get_baseurl() . '/images/smiley-shaka.gif" alt="\\ooo/" />', '<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>', |