]> git.mxchange.org Git - friendica.git/commitdiff
point Diaspora* to the foundation homepage instead of joindiaspora.com
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 5 Oct 2011 19:01:48 +0000 (21:01 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 5 Oct 2011 19:01:48 +0000 (21:01 +0200)
include/text.php

index 701c1e41b6352c887df78f499c98c44018742b2b..647741f5ce467c259e1ae5aa33879ef4e46396b7 100644 (file)
@@ -688,7 +688,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>',
+               '<a href="http://diasporafoundation.org">Diaspora<img src="' . $a->get_baseurl() . '/images/diaspora.png" alt="Diaspora*" /></a>',
 
        ), $s);