5000兆円欲しい!!

This commit is contained in:
harukin 2018-11-01 22:39:28 +09:00
parent 23c40b9618
commit 746ceebcdc
4 changed files with 8 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -1247,7 +1247,10 @@ function list_smilies($default_only = false) {
':like',
':dislike',
':harukin:',
':archlinux:'
':archlinux:',
'5000兆円',
'欲しい!!',
'5000兆円欲しい'
);
$icons = array(
@ -1282,8 +1285,10 @@ 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/archlinux.png" alt=":archlinux:" height="17px" width="17px" />'
'<img class="smiley" src="' . z_root() . '/images/emoticons/harukin.png" alt=":harukin:" height="1em" width="auto" />',
'<img class="smiley" src="' . z_root() . '/images/emoticons/5000兆円.png" alt="5000兆円" height="1em" width="auto" />',
'<img class="smiley" src="' . z_root() . '/images/emoticons/欲しい!!.png" alt="欲しい" height="1em" width="auto" />',
'<img class="smiley" src="' . z_root() . '/images/emoticons/5000兆円欲しい.png" alt="5000兆円欲しい"/>'
);