diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-19 15:30:32 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2012-02-20 19:38:42 -0300 |
commit | 03834b24332966239e207f86643adb633b8809b9 (patch) | |
tree | 4f128d774337e42c68f1f1b5f04a67c1b4b93a4b /include/text.php | |
parent | 0bca36109a0959089a4183c3ea1cde4574ea78ce (diff) | |
download | volse-hubzilla-03834b24332966239e207f86643adb633b8809b9.tar.gz volse-hubzilla-03834b24332966239e207f86643adb633b8809b9.tar.bz2 volse-hubzilla-03834b24332966239e207f86643adb633b8809b9.zip |
text.php - Friendika -> Friendica (just to prepare for deprecate the friendika.png at the future)
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>', ); |