]> git.mxchange.org Git - friendica-addons.git/blobdiff - smiley_pack/smiley_pack.php
smiley_pack add french and spanish packs.
[friendica-addons.git] / smiley_pack / smiley_pack.php
index 69257a4e260c4098c42808c70f0140424c853ede..74d1da0699101cdc05dbccbc388fa81240e3a213 100644 (file)
@@ -5,10 +5,12 @@
  * Version: 1.02
  * Author: Thomas Willingham (based on Mike Macgirvin's Adult Smile template) 
  * All smileys from sites offering them as Public Domain
- * 
- * 
  */
 
+/**
+
+*/
+
 function smiley_pack_install() {
        register_hook('smilie', 'addon/smiley_pack/smiley_pack.php', 'smiley_pack_smilies');
 }
@@ -51,9 +53,6 @@ function smiley_pack_smilies(&$a,&$b) {
        $b['texts'][] = ':bunny';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/animals/bunny.gif' . '" alt="' . ':bunny' . '" />';        
 
-       $b['texts'][] = ':chick';
-       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/animals/chick.gif' . '" alt="' . ':chick' . '" />';        
-
        $b['texts'][] = ':cow';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/animals/cow.gif' . '" alt="' . ':cow' . '" />';