diff options
author | Friendika <info@friendika.com> | 2011-08-10 05:28:39 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-10 05:28:39 -0700 |
commit | 06408664db04cd1cac255d21e7bab54e6ba0c047 (patch) | |
tree | e2faf3b10f2dbdb8a62c7c0392249e5ed3e65c83 /include/text.php | |
parent | 72873cd827979aeaf64bf6e0402c9b99fea56416 (diff) | |
download | volse-hubzilla-06408664db04cd1cac255d21e7bab54e6ba0c047.tar.gz volse-hubzilla-06408664db04cd1cac255d21e7bab54e6ba0c047.tar.bz2 volse-hubzilla-06408664db04cd1cac255d21e7bab54e6ba0c047.zip |
Diaspora logo
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 7b43cd340..0641689d5 100644 --- a/include/text.php +++ b/include/text.php @@ -671,7 +671,8 @@ function smilies($s) { $a = get_app(); return str_replace( - array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '~friendika' ), + array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', + '~friendika', 'Diaspora*' ), array( '<img src="' . $a->get_baseurl() . '/images/smiley-heart.gif" alt="<3" />', '<img src="' . $a->get_baseurl() . '/images/smiley-brokenheart.gif" alt="</3" />', @@ -690,6 +691,7 @@ function smilies($s) { '<img src="' . $a->get_baseurl() . '/images/smiley-surprised.gif" alt="8-|" />', '<img src="' . $a->get_baseurl() . '/images/smiley-surprised.gif" alt="8-O" />', '<a href="http://project.friendika.com">~friendika <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>', + '<a href="http://joindiaspora.com">Diaspora<img src="' . $a->get_baseurl() . '/images/diaspora.png" alt="Diaspora*" /></a>', ), $s); }} |