]> git.mxchange.org Git - friendica.git/commitdiff
adopting red matrix iconography for red#
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 4 Feb 2015 07:47:57 +0000 (08:47 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 4 Feb 2015 07:47:57 +0000 (08:47 +0100)
images/rm-16.png [new file with mode: 0644]
include/text.php

diff --git a/images/rm-16.png b/images/rm-16.png
new file mode 100644 (file)
index 0000000..9361ef2
Binary files /dev/null and b/images/rm-16.png differ
index b45c2765eb378547e3f7f1ff7c4a2093d9b74331..f77f81e7d7f70c5165e9b6eacdc3a9a7663454fb 100644 (file)
@@ -1110,7 +1110,8 @@ function smilies($s, $sample = false) {
                ':like',
                ':dislike',
                 '~friendica',
-                'red#'
+                'red#',
+               'red#matrix'
 
        );
 
@@ -1148,7 +1149,8 @@ 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" />',
                '<a href="http://friendica.com">~friendica <img class="smiley" src="' . $a->get_baseurl() . '/images/friendica-16.png" alt="~friendica" /></a>',
-               '<a href="http://redmatrix.me/">red <img class="smiley" src="' . $a->get_baseurl() . '/images/rhash-16.png" alt="red" /></a>'
+               '<a href="http://redmatrix.me/">red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="red" />matrix</a>',
+               '<a href="http://redmatrix.me/">red<img class="smiley" src="' . $a->get_baseurl() . '/images/rm-16.png" alt="red" />matrix</a>'
        );
 
        $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s);