diff --git a/smiley_pack/icons/happy/cloud9.gif b/smiley_pack/icons/happy/cloud9.gif
new file mode 100644
index 000000000..801c1a39f
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 000000000..5de31171f
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 09fcc6ffc..ff2d86621 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'][] = '';
+ $b['texts'][] = ':cloud9';
+ $b['icons'][] = '';
+ $b['texts'][] = ':tearsofjoy';
+ $b['icons'][] = '';
}
diff --git a/smiley_pack/smiley_pack.php~ b/smiley_pack/smiley_pack.php~
index d333b34c0..09fcc6ffc 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'][] = '';
+ $b['texts'][] = ':apple';
+ $b['icons'][] = '';
+
+ $b['texts'][] = ':broccoli';
+ $b['icons'][] = '';
+
+ $b['texts'][] = ':cake';
+ $b['icons'][] = '';
+
+ $b['texts'][] = ':carrot';
+ $b['icons'][] = '';
+
+ $b['texts'][] = ':popcorn';
+ $b['icons'][] = '';
+
+ $b['texts'][] = ':tomato';
+ $b['icons'][] = '';
+
+
+
+
+
}