diff options
author | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2013-11-22 22:45:16 +0100 |
---|---|---|
committer | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2013-11-22 22:45:16 +0100 |
commit | 8619fc368d24fa903c543561428709452b08c5a7 (patch) | |
tree | f6fffbae4d99b7fd1d3ea99d3c5532d8621c6cdd /include | |
parent | 34f8b215114f1041094784c9f931d185b78b0ec2 (diff) | |
download | volse-hubzilla-8619fc368d24fa903c543561428709452b08c5a7.tar.gz volse-hubzilla-8619fc368d24fa903c543561428709452b08c5a7.tar.bz2 volse-hubzilla-8619fc368d24fa903c543561428709452b08c5a7.zip |
updated logo in readme and r# shorthand
Diffstat (limited to 'include')
-rwxr-xr-x | include/text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index 780992f4a..54626a772 100755 --- a/include/text.php +++ b/include/text.php @@ -916,8 +916,8 @@ 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" />', - '<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://getzot.com"><img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="r#" /> the Red Matrix</a>', + '<a href="http://getzot.com"><strong>red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="red#" />matrix</strong></a>', + '<a href="http://getzot.com"><strong>red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="r#" />matrix</strong></a>', '<a href="http://friendica.com">~friendica <img class="smiley" src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>' ); |