diff options
author | redmatrix <git@macgirvin.com> | 2016-06-04 17:09:37 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-04 17:09:37 -0700 |
commit | 81f6511d340ce986e9a8ff06bbc27070818f690a (patch) | |
tree | 73b1dce2ffe9dafeb420165de22095f533bee628 /include/text.php | |
parent | a6012af00d13bdab1806b7ae172d271d4ad9ebe5 (diff) | |
download | volse-hubzilla-81f6511d340ce986e9a8ff06bbc27070818f690a.tar.gz volse-hubzilla-81f6511d340ce986e9a8ff06bbc27070818f690a.tar.bz2 volse-hubzilla-81f6511d340ce986e9a8ff06bbc27070818f690a.zip |
return of the project smilie
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/text.php b/include/text.php index 5d0010bd5..7495f01bd 100644 --- a/include/text.php +++ b/include/text.php @@ -1115,8 +1115,8 @@ function list_smilies() { ':coffee', ':facepalm', ':like', - ':dislike' - + ':dislike', + ':hubzilla' ); $icons = array( @@ -1152,6 +1152,7 @@ function list_smilies() { '<img class="smiley" src="' . z_root() . '/images/smiley-facepalm.gif" alt=":facepalm" />', '<img class="smiley" src="' . z_root() . '/images/like.gif" alt=":like" />', '<img class="smiley" src="' . z_root() . '/images/dislike.gif" alt=":dislike" />', + '<img class="smiley" src="' . z_root() . '/images/hz-16.png" alt=":hubzilla" />', ); |