diff --git a/smiley_pack/icons/happy/cloud9.gif b/smiley_pack/icons/happy/cloud9.gif new file mode 100644 index 00000000..801c1a39 Binary files /dev/null and b/smiley_pack/icons/happy/cloud9.gif differ diff --git a/smiley_pack/icons/happy/tearsofjoy.gif b/smiley_pack/icons/happy/tearsofjoy.gif new file mode 100644 index 00000000..5de31171 Binary files /dev/null and b/smiley_pack/icons/happy/tearsofjoy.gif differ diff --git a/smiley_pack/smiley_pack.php b/smiley_pack/smiley_pack.php index 09fcc6ff..ff2d8662 100644 --- a/smiley_pack/smiley_pack.php +++ b/smiley_pack/smiley_pack.php @@ -299,7 +299,11 @@ function smiley_pack_smilies(&$a,&$b) { $b['icons'][] = '' . ':tomato' . ''; + $b['texts'][] = ':cloud9'; + $b['icons'][] = '' . ':cloud9' . ''; + $b['texts'][] = ':tearsofjoy'; + $b['icons'][] = '' . ':tearsofjoy' . ''; } diff --git a/smiley_pack/smiley_pack.php~ b/smiley_pack/smiley_pack.php~ index d333b34c..09fcc6ff 100644 --- a/smiley_pack/smiley_pack.php~ +++ b/smiley_pack/smiley_pack.php~ @@ -280,4 +280,26 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':mummy'; $b['icons'][] = '' . ':mummy' . ''; + $b['texts'][] = ':apple'; + $b['icons'][] = '' . ':apple' . ''; + + $b['texts'][] = ':broccoli'; + $b['icons'][] = '' . ':brocolli' . ''; + + $b['texts'][] = ':cake'; + $b['icons'][] = '' . ':cake' . ''; + + $b['texts'][] = ':carrot'; + $b['icons'][] = '' . ':carrot' . ''; + + $b['texts'][] = ':popcorn'; + $b['icons'][] = '' . ':popcorn' . ''; + + $b['texts'][] = ':tomato'; + $b['icons'][] = '' . ':tomato' . ''; + + + + + }