]> git.mxchange.org Git - friendica.git/commitdiff
\o/ smiley
authorfriendica <info@friendica.com>
Mon, 12 Dec 2011 00:58:36 +0000 (16:58 -0800)
committerfriendica <info@friendica.com>
Mon, 12 Dec 2011 00:58:36 +0000 (16:58 -0800)
boot.php
images/smiley-thumbsup.gif [new file with mode: 0644]
include/text.php

index c447609309d7893c0358a9670d2d4ddfeed72c2f..8452108ff1f5224d67bb121b8a918f83601a9bb4 100644 (file)
--- 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 (file)
index 0000000..a9533a6
Binary files /dev/null and b/images/smiley-thumbsup.gif differ
index 29e53c663512961aad71cd6df60a8ff21e0e43ce..04d5dfcedfb100382cbcee9a05d6af2002da6c31 100644 (file)
@@ -674,7 +674,7 @@ function smilies($s) {
        $a = get_app();
 
        $s = str_replace(
-       array( '&lt;3', '&lt;/3', '&lt;\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', 
+       array( '&lt;3', '&lt;/3', '&lt;\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/',
                '~friendika', '~friendica', 'Diaspora*' ),
        array(
                '<img src="' . $a->get_baseurl() . '/images/smiley-heart.gif" alt="<3" />',
@@ -693,6 +693,7 @@ function smilies($s) {
                '<img src="' . $a->get_baseurl() . '/images/smiley-laughing.gif" alt=":-D" />',
                '<img src="' . $a->get_baseurl() . '/images/smiley-surprised.gif" alt="8-|" />',
                '<img src="' . $a->get_baseurl() . '/images/smiley-surprised.gif" alt="8-O" />',
+               '<img src="' . $a->get_baseurl() . '/images/smiley-thumbsup.gif" alt="\\o/" />',
                '<a href="http://project.friendika.com">~friendika <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendika" /></a>',
                '<a href="http://friendica.com">~friendica <img src="' . $a->get_baseurl() . '/images/friendika-16.png" alt="~friendica" /></a>',
                '<a href="http://diasporafoundation.org">Diaspora<img src="' . $a->get_baseurl() . '/images/diaspora.png" alt="Diaspora*" /></a>',