diff options
author | friendica <info@friendica.com> | 2013-07-28 18:45:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-28 18:45:27 -0700 |
commit | aa8bb996783bb6ced999fa126b53c49cb44e82bd (patch) | |
tree | a41b1d456f79148e20c326ca6b698dd7cc3a83c3 /include/text.php | |
parent | 53118a43522d70258a4913709d9cd056f4cb5438 (diff) | |
download | volse-hubzilla-aa8bb996783bb6ced999fa126b53c49cb44e82bd.tar.gz volse-hubzilla-aa8bb996783bb6ced999fa126b53c49cb44e82bd.tar.bz2 volse-hubzilla-aa8bb996783bb6ced999fa126b53c49cb44e82bd.zip |
improve the red smiley
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 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>' ); |