From 834639ebab3daded63c3ed076273e69b798ced90 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 11 Dec 2011 16:58:36 -0800 Subject: [PATCH] \o/ smiley --- boot.php | 2 +- images/smiley-thumbsup.gif | Bin 0 -> 1350 bytes include/text.php | 3 ++- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 images/smiley-thumbsup.gif diff --git a/boot.php b/boot.php index c447609309..8452108ff1 100644 --- a/boot.php +++ b/boot.php @@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1190' ); +define ( 'FRIENDICA_VERSION', '2.3.1192' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1111 ); diff --git a/images/smiley-thumbsup.gif b/images/smiley-thumbsup.gif new file mode 100644 index 0000000000000000000000000000000000000000..a9533a64d26a92f01796d72f47de06bdbea9c732 GIT binary patch literal 1350 zcmWlYdo+{@07rk{H-jN8rH76!N-xg{JI>IMFh-g2Y7{jkp<*>2Wo0UPLNYZJQAm@P0lumI9lK8{&mm&|GK)lFl`SRVkt%`m_V0_wXP%#wc(&f zSZUK8m%?r(TvuSjI#}p~qet#shmcipG=%qBco>kZ&DdfFw~eH&F}52M?wi5i1gKQcTJ zwTFoHB}IG5ct89cKxTN8;=PCtK&(H)590KGL?41!h{zxu4MCC+i9*_mP~t)$P6s0; z7>S`s4<>$zKujdcgOC}HoG`@2ATJC_(I`2Ngp;@!jhsj#JBD^Y9K|P)6^qPRdfrL= zCL)s0AWe+o7!<@JFCN#=LY#`ML|i*h=AT2+S(KkeZZfLGkR&OUrlax_Zd}8&OZ2`Z zlwU>V74lgoo@e0q>*&bDlV4GK2hF)k(pyAp9%^nAjW?Aa70{n7#@nbVLVE#PiqTm} zYbrxqDXpgnf0g3JeY8j*twi^Iypf=#8l9EIG=qAAnWyM)!&C!7)nlX; zpIR{74n?za-z&V65uaY7tqZ+xF!2(Da?HNO2RZ(GfiXE|USmRzx80y*%6+{U>A~2d z%Q4)C-a$}ZnC`>Bi!y-uL3|y?!VqRgK#gMLGv>$eb&8}WF+GD1^Tfm)7H0940!2{< zb96!t-#=L7`x9U+fKt`tNQT&kY}w7bhb0D$HiqiV0WX?I#eoNQ8b(dc!^x(H8Rf+C zl3|^l&Al;~u1DzFc*eCds?t2V#qUFxu`#_R z>tab+dxKHR#Ta){0liMstYLGM;IfBng68Up{^+Ru%ln3IH+& zzCSy;z(V0vA-upvCsZQ}(e;;%$n@5{R7YkjOA4>C_J#+X(eH3Wf zCSTD>`?y=d(|Y{qPZirn$wOxd^9_=hHqqZVv$xMae66jiN^jhBR-)jkwdy6dtU98X zO$U{wleh6G;F7 literal 0 HcmV?d00001 diff --git a/include/text.php b/include/text.php index 29e53c6635..04d5dfcedf 100644 --- a/include/text.php +++ b/include/text.php @@ -674,7 +674,7 @@ function smilies($s) { $a = get_app(); $s = str_replace( - array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', + array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', '~friendika', '~friendica', 'Diaspora*' ), array( '<3', @@ -693,6 +693,7 @@ function smilies($s) { ':-D', '8-|', '8-O', + '\\o/', '~friendika ~friendika', '~friendica ~friendica', 'DiasporaDiaspora*',