From 710bd08c303b0fc04992ea6544acf9e36c51b8e7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 4 Feb 2015 08:47:57 +0100 Subject: [PATCH] adopting red matrix iconography for red# --- images/rm-16.png | Bin 0 -> 676 bytes include/text.php | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 images/rm-16.png diff --git a/images/rm-16.png b/images/rm-16.png new file mode 100644 index 0000000000000000000000000000000000000000..9361ef2b70cbe24de0a120774a070ecc54d3e110 GIT binary patch literal 676 zcmV;V0$crwP)000F>0l~ET8UO$Q8FWQhbW?9;ba!ELWdL_~cP?peYja~^ zaAhuUa%Y?FJQ@H10wGC6K~y-6t&>4WlVKRgfA6Q$K3(ZS2r+6(&BfHV8B3u<-9$Q7 zC$Du&@DO;|B?mgu_~*VNAdvl?M=(5N<@DbIWL=_P;o8AcP3ungFH&mHMFp zo?#+hszAj6ui^9oGX{7dI*-lg1wge~aKsll`{ zUa}%fB>-Cb&ZG98Lq9kKKq5w~YEeSMVXewWX*q#vv(R?^G61Eo8C07E^H4tkdRC*k zyUXC24he@%aw&u>0f%`|sAt1~!a-S>eaE3v|}9^sPSQ*uLF?0^N`rcIK`c`f!7rDd8NAB9;4b~?*SmUnXJsi-hM$~(&geX5ik6QV-o**&OZUrpy2p%?SOXx0000< KMNUMnLSTY~YB7}n literal 0 HcmV?d00001 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);