mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 20:43:41 +00:00
Tired smileys
This commit is contained in:
parent
9a0daeb205
commit
a0a630eeaf
5 changed files with 26 additions and 0 deletions
BIN
smiley_pack/icons/tired/countsheep.gif
Normal file
BIN
smiley_pack/icons/tired/countsheep.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
smiley_pack/icons/tired/hammock.gif
Normal file
BIN
smiley_pack/icons/tired/hammock.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
smiley_pack/icons/tired/pillow.gif
Normal file
BIN
smiley_pack/icons/tired/pillow.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 467 B |
|
@ -199,4 +199,12 @@ function smiley_pack_smilies(&$a,&$b) {
|
|||
$b['texts'][] = ':loveheart';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/loveheart.gif' . '" alt="' . ':loveheart' . '" />';
|
||||
|
||||
$b['texts'][] = ':countsheep';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/countsheep.gif' . '" alt="' . ':countsheep' . '" />';
|
||||
|
||||
$b['texts'][] = ':hammock';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/hammock.gif' . '" alt="' . ':hammock' . '" />';
|
||||
|
||||
$b['texts'][] = ':pillow';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/pillow.gif' . '" alt="' . ':pillow' . '" />';
|
||||
}
|
||||
|
|
|
@ -181,4 +181,22 @@ function smiley_pack_smilies(&$a,&$b) {
|
|||
$b['texts'][] = ':skipping';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/sport/skipping.gif' . '" alt="' . ':skipping' . '" />';
|
||||
|
||||
$b['texts'][] = ':iloveyou';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/iloveyou.gif' . '" alt="' . ':iloveyou' . '" />';
|
||||
|
||||
$b['texts'][] = ':inlove';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/inlove.gif' . '" alt="' . ':inlove' . '" />';
|
||||
|
||||
$b['texts'][] = ':love';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/love.gif' . '" alt="' . ':love' . '" />';
|
||||
|
||||
$b['texts'][] = ':lovebear';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/lovebear.gif' . '" alt="' . ':lovebear' . '" />';
|
||||
|
||||
$b['texts'][] = ':lovebed';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/lovebed.gif' . '" alt="' . ':lovebed' . '" />';
|
||||
|
||||
$b['texts'][] = ':loveheart';
|
||||
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/loveheart.gif' . '" alt="' . ':loveheart' . '" />';
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue