aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-28 18:45:27 -0700
committerfriendica <info@friendica.com>2013-07-28 18:45:27 -0700
commitaa8bb996783bb6ced999fa126b53c49cb44e82bd (patch)
treea41b1d456f79148e20c326ca6b698dd7cc3a83c3 /include
parent53118a43522d70258a4913709d9cd056f4cb5438 (diff)
downloadvolse-hubzilla-aa8bb996783bb6ced999fa126b53c49cb44e82bd.tar.gz
volse-hubzilla-aa8bb996783bb6ced999fa126b53c49cb44e82bd.tar.bz2
volse-hubzilla-aa8bb996783bb6ced999fa126b53c49cb44e82bd.zip
improve the red smiley
Diffstat (limited to 'include')
-rwxr-xr-xinclude/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 2d29dff31..dce927e80 100755
--- a/include/text.php
+++ b/include/text.php
@@ -887,7 +887,7 @@ function smilies($s, $sample = false) {
'<img class="smiley" src="' . $a->get_baseurl() . '/images/smiley-facepalm.gif" alt=":facepalm" />',
'<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://getzot.com"><img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="red#" /> the Red Matrix</a>',
'<a href="http://friendica.com">~friendica <img class="smiley" src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>'
);