aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-31 08:43:14 +0200
committerzottel <github@zottel.net>2012-05-31 08:43:14 +0200
commit20fdbda25e7fa1c1f6e234867df495be1085f3f8 (patch)
tree6eb8a4448647f17357d5c5219ddc577f4948230d /include/text.php
parent24b58af68938558baa2ddc6809401ec528ff1176 (diff)
parentf0cf0ebb485432b444b1d85843385ebfda0260fd (diff)
downloadvolse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.tar.gz
volse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.tar.bz2
volse-hubzilla-20fdbda25e7fa1c1f6e234867df495be1085f3f8.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php
index d6a9ef5d3..376ac473d 100644
--- a/include/text.php
+++ b/include/text.php
@@ -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>'
);