aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-05 14:16:46 -0700
committerFriendika <info@friendika.com>2011-10-05 14:16:46 -0700
commit0b4e3a06ede41b6e84a4707316552365d5d5051c (patch)
tree3a413cee68582fbdf547db9d35343314a32bd956 /include
parent09fcfe2fe7f0a208b3c5fb391e3d5a1a003c141f (diff)
parentfeaba3d3000a2caf79e4168527190bd0d5ed8410 (diff)
downloadvolse-hubzilla-0b4e3a06ede41b6e84a4707316552365d5d5051c.tar.gz
volse-hubzilla-0b4e3a06ede41b6e84a4707316552365d5d5051c.tar.bz2
volse-hubzilla-0b4e3a06ede41b6e84a4707316552365d5d5051c.zip
Merge pull request #19 from tobiasd/master
link Diaspora* to the foundation homepage
Diffstat (limited to 'include')
-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);