diff --git a/smiley_pack/icons/laugh/hahaha.gif b/smiley_pack/icons/laugh/hahaha.gif new file mode 100644 index 00000000..37aa92a1 Binary files /dev/null and b/smiley_pack/icons/laugh/hahaha.gif differ diff --git a/smiley_pack/icons/laugh/loltv.gif b/smiley_pack/icons/laugh/loltv.gif new file mode 100644 index 00000000..3de6f778 Binary files /dev/null and b/smiley_pack/icons/laugh/loltv.gif differ diff --git a/smiley_pack/icons/laugh/rofl.gif b/smiley_pack/icons/laugh/rofl.gif new file mode 100644 index 00000000..a3bb03d6 Binary files /dev/null and b/smiley_pack/icons/laugh/rofl.gif differ diff --git a/smiley_pack/smiley_pack.php b/smiley_pack/smiley_pack.php index f3ca2d42..ecfc810f 100644 --- a/smiley_pack/smiley_pack.php +++ b/smiley_pack/smiley_pack.php @@ -320,5 +320,16 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':number1'; $b['icons'][] = '' . ':number1' . ''; + $b['texts'][] = ':hahaha'; + $b['icons'][] = '' . ':hahaha' . ''; + + $b['texts'][] = ':loltv'; + $b['icons'][] = '' . ':loltv' . ''; + + $b['texts'][] = ':rofl'; + $b['icons'][] = '' . ':rofl' . ''; + + + } 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' . '';