forked from friendica/friendica-addons
Added a yawn smiley, clean up some transparency.
This commit is contained in:
parent
5595ff8a25
commit
3f941d4b00
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 864 B |
BIN
smiley_pack/icons/tired/yawn.gif
Normal file
BIN
smiley_pack/icons/tired/yawn.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
|
@ -284,6 +284,9 @@ function smiley_pack_smilies(&$a,&$b) {
|
||||||
$b['texts'][] = ':pillow';
|
$b['texts'][] = ':pillow';
|
||||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/pillow.gif' . '" alt="' . ':pillow' . '" />';
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/pillow.gif' . '" alt="' . ':pillow' . '" />';
|
||||||
|
|
||||||
|
$b['texts'][] = ':yawn';
|
||||||
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/yawn.gif' . '" alt="' . ':yawn' . '" />';
|
||||||
|
|
||||||
#Fight/Flame/Violent smileys
|
#Fight/Flame/Violent smileys
|
||||||
|
|
||||||
$b['texts'][] = ':2guns';
|
$b['texts'][] = ':2guns';
|
||||||
|
|
Loading…
Reference in a new issue