From 53342dd7f93455c300f050fcd3f2fb1bd6badc50 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 27 May 2013 08:32:55 +0200 Subject: [PATCH 1/2] red hash icon 16px imported from red --- images/rhash-16.png | Bin 0 -> 679 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/rhash-16.png diff --git a/images/rhash-16.png b/images/rhash-16.png new file mode 100644 index 0000000000000000000000000000000000000000..23dd9e4b3d4804e056a3560164de9f6e8ed7cbf0 GIT binary patch literal 679 zcmV;Y0$BZtP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L04^f{04^f|c%?sf00007bV*G`2i*l5 z1{x+yA^9r+00JjTL_t(I%Y~D_Pg7A8$3N%w(pCxq(>gWbnGg+z=)hn|DsD_HM2sU7 zDhrDXBZ+^4CM1L?va1tYbs#X1Fd3@hM*|TOt)SFW`s?2J-gN*;Ul2UW8P2`uesX?% zuK?`bzbCAHiPk*h_`;GNShPGxq1NHx;A1eeC}MR@iK5d7n=v zA1iX7qZVE%YrC!1*4G+2$-4+(1CS~_I8BK2fxwjm|i}Blsd1ZLDVlJnT8Y_VfuILqkMw^>F>=3w*#Jh~tQADovXE1W?H& zk+wEc!^8Z}W{J5jsTU#NOgaBVBC-H*->v?Bqg_#)wt&v;~eE+;g45FkN708+tXxJ1XNcNL2*W5xG_n%YjZdqJcAwo*BMSUgqO zW##~7tQku)eYK?ZGo#IbsEG5Q-zdiODk{-77m3B*{Q>mX_QuGI9X$X5 N002ovPDHLkV1nZKD8&E( literal 0 HcmV?d00001 From 2b09b8ae17de287a18fecce71623a16e46dbc946 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 27 May 2013 08:34:12 +0200 Subject: [PATCH 2/2] make red# available as a smilie --- include/text.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/text.php b/include/text.php index 7b27d8b8..9f8114d9 100644 --- a/include/text.php +++ b/include/text.php @@ -1061,7 +1061,8 @@ function smilies($s, $sample = false) { ':facepalm', ':like', ':dislike', - '~friendica' + '~friendica', + 'red#' ); @@ -1098,7 +1099,8 @@ function smilies($s, $sample = false) { ':facepalm', ':like', ':dislike', - '~friendica ~friendica' + '~friendica ~friendica', + 'red red' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s);