diff --git a/smiley_pack/icons/food/apple.gif b/smiley_pack/icons/food/apple.gif new file mode 100644 index 00000000..969d4ca8 Binary files /dev/null and b/smiley_pack/icons/food/apple.gif differ diff --git a/smiley_pack/icons/food/broccoli.gif b/smiley_pack/icons/food/broccoli.gif new file mode 100644 index 00000000..f379889c Binary files /dev/null and b/smiley_pack/icons/food/broccoli.gif differ diff --git a/smiley_pack/icons/food/cake.gif b/smiley_pack/icons/food/cake.gif new file mode 100644 index 00000000..22d0ebd9 Binary files /dev/null and b/smiley_pack/icons/food/cake.gif differ diff --git a/smiley_pack/icons/food/carrot.gif b/smiley_pack/icons/food/carrot.gif new file mode 100644 index 00000000..387b94c1 Binary files /dev/null and b/smiley_pack/icons/food/carrot.gif differ diff --git a/smiley_pack/icons/food/popcorn.gif b/smiley_pack/icons/food/popcorn.gif new file mode 100644 index 00000000..b0ea6976 Binary files /dev/null and b/smiley_pack/icons/food/popcorn.gif differ diff --git a/smiley_pack/icons/food/tomato.gif b/smiley_pack/icons/food/tomato.gif new file mode 100644 index 00000000..0e3daddb Binary files /dev/null and b/smiley_pack/icons/food/tomato.gif differ 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' . ''; + + + + + } diff --git a/smiley_pack/smiley_pack.php~ b/smiley_pack/smiley_pack.php~ index d4eadb50..d333b34c 100644 --- a/smiley_pack/smiley_pack.php~ +++ b/smiley_pack/smiley_pack.php~ @@ -259,4 +259,25 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':viking'; $b['icons'][] = '' . ':viking' . ''; + $b['texts'][] = ':alienmonster'; + $b['icons'][] = '' . ':alienmonster' . ''; + + $b['texts'][] = ':barbarian'; + $b['icons'][] = '' . ':barbarian' . ''; + + $b['texts'][] = ':dinosaur'; + $b['icons'][] = '' . ':dinosaur' . ''; + + $b['texts'][] = ':dragon'; + $b['icons'][] = '' . ':dragon' . ''; + + $b['texts'][] = ':dragonwhelp'; + $b['icons'][] = '' . ':dragonwhelp' . ''; + + $b['texts'][] = ':ghost'; + $b['icons'][] = '' . ':ghost' . ''; + + $b['texts'][] = ':mummy'; + $b['icons'][] = '' . ':mummy' . ''; + }