]> git.mxchange.org Git - friendica.git/commitdiff
y didn't i think of this b4?
authorfriendica <info@friendica.com>
Thu, 31 May 2012 00:22:51 +0000 (17:22 -0700)
committerfriendica <info@friendica.com>
Thu, 31 May 2012 00:22:51 +0000 (17:22 -0700)
include/text.php

index d6a9ef5d3a03a33dbd8b2008e50392ac9cfb1c06..376ac473de28fab45394501bd45ca15e813f7ffe 100644 (file)
@@ -742,6 +742,8 @@ function smilies($s, $sample = false) {
                ':homebrew', 
                ':coffee', 
                ':facepalm',
+               ':like',
+               ':dislike',
                '~friendika', 
                '~friendica'
 
@@ -778,6 +780,8 @@ function smilies($s, $sample = false) {
                '<img src="' . $a->get_baseurl() . '/images/beer_mug.gif" alt=":homebrew" />',
                '<img src="' . $a->get_baseurl() . '/images/coffee.gif" alt=":coffee" />',
                '<img src="' . $a->get_baseurl() . '/images/smiley-facepalm.gif" alt=":facepalm" />',
+               '<img src="' . $a->get_baseurl() . '/images/like.gif" alt=":like" />',
+               '<img src="' . $a->get_baseurl() . '/images/dislike.gif" alt=":dislike" />',
                '<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/friendica-16.png" alt="~friendica" /></a>'
        );