mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
Banana smiley - may need to be removed if I can't verify licence
This commit is contained in:
parent
e7b992e118
commit
fae69870d2
3 changed files with 15 additions and 0 deletions
|
@ -298,6 +298,9 @@ function smiley_pack_smilies(&$a,&$b) {
|
|||
$b['texts'][] = ':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['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/happy/cloud9.gif' . '" alt="' . ':cloud9' . '" />';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue