aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-01 19:41:11 -0700
committerfriendica <info@friendica.com>2013-07-01 19:41:11 -0700
commitb86253c655f974920c4d3de0915611a7e66c7336 (patch)
tree36baed8163b3b1e625c5a8409e9a01be123e3759 /include/text.php
parent822a4a028718b81119ab51e47145b2ddf87b775c (diff)
downloadvolse-hubzilla-b86253c655f974920c4d3de0915611a7e66c7336.tar.gz
volse-hubzilla-b86253c655f974920c4d3de0915611a7e66c7336.tar.bz2
volse-hubzilla-b86253c655f974920c4d3de0915611a7e66c7336.zip
issue #65
Diffstat (limited to 'include/text.php')
-rwxr-xr-xinclude/text.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php
index 6ab1d3c8b..db29697f9 100755
--- a/include/text.php
+++ b/include/text.php
@@ -850,7 +850,6 @@ function smilies($s, $sample = false) {
':like',
':dislike',
'red#',
- '~friendika',
'~friendica'
);
@@ -889,7 +888,6 @@ function smilies($s, $sample = false) {
'<img class="smiley" src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />',
'<img class="smiley" src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />',
'<img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="red#" /></a>',
- '<a href="http://project.friendika.com">~friendika <img class="smiley" src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>',
'<a href="http://friendica.com">~friendica <img class="smiley" src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>'
);