This commit is contained in:
harukin 2018-11-01 22:53:44 +09:00
parent 1b1a6e357a
commit b2430495f5

View File

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