forked from friendica/friendica-addons
Merge branch 'master' of git://github.com/friendica/friendica-addons
This commit is contained in:
commit
32d85bfaf2
BIN
facebook.tgz
BIN
facebook.tgz
Binary file not shown.
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['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
|
||||
|
||||
$b['texts'][] = ':2guns';
|
||||
|
|
Loading…
Reference in a new issue