X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=smiley_pack%2Fsmiley_pack.php~;h=bd7c522c2d32a0b259caba8881daa69830466ed5;hb=1c2d3aee9b1f19b39363c0b60074b55cf60b43a0;hp=09fcc6ffc39699e3eeafdc729a64965da601be70;hpb=0bc7e1302d1458cfccc5187d7736a5bb504d6629;p=friendica-addons.git diff --git a/smiley_pack/smiley_pack.php~ b/smiley_pack/smiley_pack.php~ index 09fcc6ff..bd7c522c 100644 --- a/smiley_pack/smiley_pack.php~ +++ b/smiley_pack/smiley_pack.php~ @@ -164,7 +164,7 @@ function smiley_pack_smilies(&$a,&$b) { $b['icons'][] = '' . ':bowling' . ''; $b['texts'][] = ':cycling'; - $b['icons'][] = '' . ':cycling' . ''; + $b['icons'][] = '' . ':cycling' . ''; $b['texts'][] = ':darts'; $b['icons'][] = '' . ':darts' . ''; @@ -181,6 +181,25 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':skipping'; $b['icons'][] = '' . ':skipping' . ''; + $b['texts'][] = ':archery'; + $b['icons'][] = '' . ':archery' . ''; + + $b['texts'][] = ':football'; + $b['icons'][] = '' . ':football' . ''; + + $b['texts'][] = ':surfing'; + $b['icons'][] = '' . ':surfing' . ''; + + $b['texts'][] = ':snooker'; + $b['icons'][] = '' . ':snooker' . ''; + + $b['texts'][] = ':tennis'; + $b['icons'][] = '' . ':tennis' . ''; + + $b['texts'][] = ':horseriding'; + $b['icons'][] = '' . ':horseriding' . ''; + + $b['texts'][] = ':iloveyou'; $b['icons'][] = '' . ':iloveyou' . ''; @@ -298,6 +317,39 @@ function smiley_pack_smilies(&$a,&$b) { $b['texts'][] = ':tomato'; $b['icons'][] = '' . ':tomato' . ''; + $b['texts'][] = ':banana'; + $b['icons'][] = '' . ':banana' . ''; + + $b['texts'][] = ':cooking'; + $b['icons'][] = '' . ':cooking' . ''; + + + $b['texts'][] = ':cloud9'; + $b['icons'][] = '' . ':cloud9' . ''; + + $b['texts'][] = ':tearsofjoy'; + $b['icons'][] = '' . ':tearsofjoy' . ''; + + $b['texts'][] = ':bow'; + $b['icons'][] = '' . ':bow' . ''; + + $b['texts'][] = ':bravo'; + $b['icons'][] = '' . ':bravo' . ''; + + $b['texts'][] = ':hailking'; + $b['icons'][] = '' . ':hailking' . ''; + + $b['texts'][] = ':number1'; + $b['icons'][] = '' . ':number1' . ''; + + $b['texts'][] = ':hahaha'; + $b['icons'][] = '' . ':hahaha' . ''; + + $b['texts'][] = ':loltv'; + $b['icons'][] = '' . ':loltv' . ''; + + $b['texts'][] = ':rofl'; + $b['icons'][] = '' . ':rofl' . '';