From 4910970823dd8a41a1a7c3864eee680265eba869 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 19 Mar 2012 02:42:14 +0000 Subject: [PATCH] More retarded smileys --- smiley_pack/smiley_pack.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/smiley_pack/smiley_pack.php b/smiley_pack/smiley_pack.php index 2c87acf8..9d534791 100644 --- a/smiley_pack/smiley_pack.php +++ b/smiley_pack/smiley_pack.php @@ -156,4 +156,29 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':smoking'; $b['icons'][] = '' . ':smoking' . ''; + + $b['texts'][] = ':basketball'; + $b['icons'][] = '' . ':basketball' . ''; + + $b['texts'][] = ':bowling'; + $b['icons'][] = '' . ':bowling' . ''; + + $b['texts'][] = ':cycling'; + $b['icons'][] = '' . ':cycling' . ''; + + $b['texts'][] = ':darts'; + $b['icons'][] = '' . ':darts' . ''; + + $b['texts'][] = ':fencing'; + $b['icons'][] = '' . ':fencing' . ''; + + $b['texts'][] = ':golf'; + $b['icons'][] = '' . ':golf' . ''; + + $b['texts'][] = ':juggling'; + $b['icons'][] = '' . ':juggling' . ''; + + $b['texts'][] = ':skipping'; + $b['icons'][] = '' . ':skipping' . ''; + }