forked from friendica/friendica-addons
Laughing smileys
This commit is contained in:
parent
fae69870d2
commit
ac5a591b7e
BIN
smiley_pack/icons/laugh/hahaha.gif
Normal file
BIN
smiley_pack/icons/laugh/hahaha.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
smiley_pack/icons/laugh/loltv.gif
Normal file
BIN
smiley_pack/icons/laugh/loltv.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
smiley_pack/icons/laugh/rofl.gif
Normal file
BIN
smiley_pack/icons/laugh/rofl.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,010 B |
|
@ -320,5 +320,16 @@ function smiley_pack_smilies(&$a,&$b) {
|
||||||
$b['texts'][] = ':number1';
|
$b['texts'][] = ':number1';
|
||||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/respect/number1.gif' . '" alt="' . ':number1' . '" />';
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/respect/number1.gif' . '" alt="' . ':number1' . '" />';
|
||||||
|
|
||||||
|
$b['texts'][] = ':hahaha';
|
||||||
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/laugh/hahaha.gif' . '" alt="' . ':hahaha' . '" />';
|
||||||
|
|
||||||
|
$b['texts'][] = ':loltv';
|
||||||
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/laugh/loltv.gif' . '" alt="' . ':loltv' . '" />';
|
||||||
|
|
||||||
|
$b['texts'][] = ':rofl';
|
||||||
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/laugh/rofl.gif' . '" alt="' . ':rofl' . '" />';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -298,6 +298,9 @@ function smiley_pack_smilies(&$a,&$b) {
|
||||||
$b['texts'][] = ':tomato';
|
$b['texts'][] = ':tomato';
|
||||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/tomato.gif' . '" alt="' . ':tomato' . '" />';
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/tomato.gif' . '" alt="' . ':tomato' . '" />';
|
||||||
|
|
||||||
|
$b['texts'][] = ':banana';
|
||||||
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/banana.gif' . '" alt="' . ':banana' . '" />';
|
||||||
|
|
||||||
|
|
||||||
$b['texts'][] = ':cloud9';
|
$b['texts'][] = ':cloud9';
|
||||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/happy/cloud9.gif' . '" alt="' . ':cloud9' . '" />';
|
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/happy/cloud9.gif' . '" alt="' . ':cloud9' . '" />';
|
||||||
|
|
Loading…
Reference in a new issue