aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-10-05 21:01:48 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-10-05 21:01:48 +0200
commitfeaba3d3000a2caf79e4168527190bd0d5ed8410 (patch)
tree8c2369fcc753c6e04c517527ae16746f001a4fb2 /include/text.php
parent90870d4872dbc8ff408183a79fd005b905aa86c2 (diff)
downloadvolse-hubzilla-feaba3d3000a2caf79e4168527190bd0d5ed8410.tar.gz
volse-hubzilla-feaba3d3000a2caf79e4168527190bd0d5ed8410.tar.bz2
volse-hubzilla-feaba3d3000a2caf79e4168527190bd0d5ed8410.zip
point Diaspora* to the foundation homepage instead of joindiaspora.com
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 701c1e41b..647741f5c 100644
--- a/include/text.php
+++ b/include/text.php
@@ -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);