diff options
author | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-20 18:02:53 -0800 |
commit | 1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b (patch) | |
tree | 830ae57ff2757aa5a7060070645df0a22ef23998 /include/text.php | |
parent | 2507d09682fda0806b4599e440fe8e32711072f8 (diff) | |
parent | 914169472e063de7d5b3cd5a35f9ce750512c943 (diff) | |
download | volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.gz volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.tar.bz2 volse-hubzilla-1cfff8fdd11e0e67e2bdb7ae85b9caf8106a734b.zip |
Merge pull request #42 from friendica/ka2ca-rebased
Replaced some ocurrences of Friendika --> Friendica
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index b9813cfa9..044ee4e08 100755 --- a/include/text.php +++ b/include/text.php @@ -759,7 +759,7 @@ function smilies($s, $sample = false) { '<img src="' . $a->get_baseurl() . '/images/smiley-facepalm.gif" alt=":facepalm" />', '<img src="' . $a->get_baseurl() . '/images/smiley-bangheaddesk.gif" alt=":headdesk" />', '<a href="http://project.friendika.com">~friendika <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>', - '<a href="http://friendica.com">~friendica <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendica" /></a>', + '<a href="http://friendica.com">~friendica <img src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>', '<a href="http://diasporafoundation.org">Diaspora<img src="' . $a->get_baseurl() . '/images/diaspora.png" alt="Diaspora*" /></a>', ); |