diff --git a/smiley_pack/icons/food/banana.gif b/smiley_pack/icons/food/banana.gif new file mode 100644 index 00000000..d990d19d Binary files /dev/null and b/smiley_pack/icons/food/banana.gif differ diff --git a/smiley_pack/smiley_pack.php b/smiley_pack/smiley_pack.php index 98f5ab2b..f3ca2d42 100644 --- a/smiley_pack/smiley_pack.php +++ b/smiley_pack/smiley_pack.php @@ -298,6 +298,9 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':tomato'; $b['icons'][] = '' . ':tomato' . ''; + $b['texts'][] = ':banana'; + $b['icons'][] = '' . ':banana' . ''; + $b['texts'][] = ':cloud9'; $b['icons'][] = '' . ':cloud9' . ''; diff --git a/smiley_pack/smiley_pack.php~ b/smiley_pack/smiley_pack.php~ index 95f3bd87..98f5ab2b 100644 --- a/smiley_pack/smiley_pack.php~ +++ b/smiley_pack/smiley_pack.php~ @@ -305,5 +305,17 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':tearsofjoy'; $b['icons'][] = '' . ':tearsofjoy' . ''; + $b['texts'][] = ':bow'; + $b['icons'][] = '' . ':bow' . ''; + + $b['texts'][] = ':bravo'; + $b['icons'][] = '' . ':bravo' . ''; + + $b['texts'][] = ':hailking'; + $b['icons'][] = '' . ':hailking' . ''; + + $b['texts'][] = ':number1'; + $b['icons'][] = '' . ':number1' . ''; + }