mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
Added a yawn smiley, clean up some transparency.
This commit is contained in:
parent
5595ff8a25
commit
3f941d4b00
3 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue