]> git.mxchange.org Git - friendica-addons.git/blobdiff - smiley_pack/smiley_pack.php~
Banana smiley - may need to be removed if I can't verify licence
[friendica-addons.git] / smiley_pack / smiley_pack.php~
index 95f3bd8745c47add4f6f06de36c86b1c6bdca180..98f5ab2b248021f5aa673553cff6456b704338f7 100644 (file)
@@ -305,5 +305,17 @@ function smiley_pack_smilies(&$a,&$b) {
        $b['texts'][] = ':tearsofjoy';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/happy/tearsofjoy.gif' . '" alt="' . ':tearsofjoy' . '" />';
 
+       $b['texts'][] = ':bow';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/respect/bow.gif' . '" alt="' . ':bow' . '" />';
+
+       $b['texts'][] = ':bravo';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/respect/bravo.gif' . '" alt="' . ':bravo' . '" />';
+
+       $b['texts'][] = ':hailking';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/respect/hailking.gif' . '" alt="' . ':hailking' . '" />';
+
+       $b['texts'][] = ':number1';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/respect/number1.gif' . '" alt="' . ':number1' . '" />';
+
 
 }