diff options
author | Friendika <info@friendika.com> | 2011-10-05 14:16:46 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-05 14:16:46 -0700 |
commit | 0b4e3a06ede41b6e84a4707316552365d5d5051c (patch) | |
tree | 3a413cee68582fbdf547db9d35343314a32bd956 | |
parent | 09fcfe2fe7f0a208b3c5fb391e3d5a1a003c141f (diff) | |
parent | feaba3d3000a2caf79e4168527190bd0d5ed8410 (diff) | |
download | volse-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
-rw-r--r-- | include/text.php | 2 |
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); |