This commit is contained in:
parent
0a3259d77c
commit
23c40b9618
BIN
images/emoticons/archlinux.png
Normal file
BIN
images/emoticons/archlinux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@ -1246,7 +1246,8 @@ function list_smilies($default_only = false) {
|
||||
':facepalm',
|
||||
':like',
|
||||
':dislike',
|
||||
':harukin:'
|
||||
':harukin:',
|
||||
':archlinux:'
|
||||
);
|
||||
|
||||
$icons = array(
|
||||
@ -1281,7 +1282,8 @@ function list_smilies($default_only = false) {
|
||||
'<img class="smiley" src="' . z_root() . '/images/emoticons/smiley-facepalm.gif" alt=":facepalm" />',
|
||||
'<img class="smiley" src="' . z_root() . '/images/emoticons/like.gif" alt=":like" />',
|
||||
'<img class="smiley" src="' . z_root() . '/images/emoticons/dislike.gif" alt=":dislike" />',
|
||||
'<img class="smiley" src="' . z_root() . '/images/emoticons/harukin.png" alt=":harukin:" height="17px" width="17px" />'
|
||||
'<img class="smiley" src="' . z_root() . '/images/emoticons/harukin.png" alt=":harukin:" height="17px" width="17px" />',
|
||||
'<img class="smiley" src="' . z_root() . '/images/emoticons/archlinux.png" alt=":archlinux:" height="17px" width="17px" />'
|
||||
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user