diff options
author | friendica <info@friendica.com> | 2012-02-16 15:15:28 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-16 15:15:28 -0800 |
commit | 7dcef67492f713afcf4e3a9e5949f01416a6bcff (patch) | |
tree | 182f16e65e1092efa700e035327fa95da05ad8f4 /include/text.php | |
parent | c8704040d378c4ec90eadd42fde52f64596d3e02 (diff) | |
download | volse-hubzilla-7dcef67492f713afcf4e3a9e5949f01416a6bcff.tar.gz volse-hubzilla-7dcef67492f713afcf4e3a9e5949f01416a6bcff.tar.bz2 volse-hubzilla-7dcef67492f713afcf4e3a9e5949f01416a6bcff.zip |
facepalm smiley
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 0d99e6f4a..8895f9813 100755 --- a/include/text.php +++ b/include/text.php @@ -715,6 +715,7 @@ function smilies($s, $sample = false) { ':beer', ':homebrew', ':coffee', + ':facepalm', '~friendika', '~friendica', 'Diaspora*' @@ -754,6 +755,7 @@ function smilies($s, $sample = false) { '<img src="' . $a->get_baseurl() . '/images/beer_mug.gif" alt=":beer" />', '<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" />', '<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>', |