diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-02-19 05:17:26 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-02-19 05:17:26 -0500 |
commit | 49179f9033e875034bbf97cae64b58a4f0871c7f (patch) | |
tree | 9fa2b95501ba3a4be2a13fb70271f43b3a68c010 /include | |
parent | 5734d5f357742814b56d3d8e0e6daf2e86e793d0 (diff) | |
download | volse-hubzilla-49179f9033e875034bbf97cae64b58a4f0871c7f.tar.gz volse-hubzilla-49179f9033e875034bbf97cae64b58a4f0871c7f.tar.bz2 volse-hubzilla-49179f9033e875034bbf97cae64b58a4f0871c7f.zip |
add :headdesk and fix doc/Pages.md to remove the absolute URL to /
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'include')
-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 45881b9a6..b9813cfa9 100755 --- a/include/text.php +++ b/include/text.php @@ -716,6 +716,7 @@ function smilies($s, $sample = false) { ':homebrew', ':coffee', ':facepalm', + ':headdesk', '~friendika', '~friendica', 'Diaspora*' @@ -756,6 +757,7 @@ 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/smiley-bangheaddesk.gif" alt=":headdesk" />', '<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>', |