From 06408664db04cd1cac255d21e7bab54e6ba0c047 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 10 Aug 2011 05:28:39 -0700 Subject: Diaspora logo --- include/text.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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( '<3', '</3', @@ -690,6 +691,7 @@ function smilies($s) { '8-|', '8-O', '~friendika ~friendika', + 'DiasporaDiaspora*', ), $s); }} -- cgit v1.2.3