From: Tobias Diekershoff Date: Wed, 4 Feb 2015 07:47:57 +0000 (+0100) Subject: adopting red matrix iconography for red# X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=710bd08c303b0fc04992ea6544acf9e36c51b8e7;p=friendica.git adopting red matrix iconography for red# --- diff --git a/images/rm-16.png b/images/rm-16.png new file mode 100644 index 0000000000..9361ef2b70 Binary files /dev/null and b/images/rm-16.png differ diff --git a/include/text.php b/include/text.php index b45c2765eb..f77f81e7d7 100644 --- a/include/text.php +++ b/include/text.php @@ -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) { ':like', ':dislike', '~friendica ~friendica', - 'red red' + 'redredmatrix', + 'redredmatrix' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s);