]> git.mxchange.org Git - friendica-addons.git/commitdiff
Laughing smileys
authorThomas <rat@rlyeh-military-affairs>
Mon, 19 Mar 2012 20:51:08 +0000 (20:51 +0000)
committerThomas <rat@rlyeh-military-affairs>
Mon, 19 Mar 2012 20:51:08 +0000 (20:51 +0000)
smiley_pack/icons/laugh/hahaha.gif [new file with mode: 0644]
smiley_pack/icons/laugh/loltv.gif [new file with mode: 0644]
smiley_pack/icons/laugh/rofl.gif [new file with mode: 0644]
smiley_pack/smiley_pack.php
smiley_pack/smiley_pack.php~

diff --git a/smiley_pack/icons/laugh/hahaha.gif b/smiley_pack/icons/laugh/hahaha.gif
new file mode 100644 (file)
index 0000000..37aa92a
Binary files /dev/null and b/smiley_pack/icons/laugh/hahaha.gif differ
diff --git a/smiley_pack/icons/laugh/loltv.gif b/smiley_pack/icons/laugh/loltv.gif
new file mode 100644 (file)
index 0000000..3de6f77
Binary files /dev/null and b/smiley_pack/icons/laugh/loltv.gif differ
diff --git a/smiley_pack/icons/laugh/rofl.gif b/smiley_pack/icons/laugh/rofl.gif
new file mode 100644 (file)
index 0000000..a3bb03d
Binary files /dev/null and b/smiley_pack/icons/laugh/rofl.gif differ
index f3ca2d421f3c47825cac0883128e951eb3f4cb60..ecfc810fffb568fd5fc639ca89ba22893550c7ee 100644 (file)
@@ -320,5 +320,16 @@ function smiley_pack_smilies(&$a,&$b) {
        $b['texts'][] = ':number1';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/respect/number1.gif' . '" alt="' . ':number1' . '" />';
 
+       $b['texts'][] = ':hahaha';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/laugh/hahaha.gif' . '" alt="' . ':hahaha' . '" />';
+
+       $b['texts'][] = ':loltv';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/laugh/loltv.gif' . '" alt="' . ':loltv' . '" />';
+
+       $b['texts'][] = ':rofl';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/laugh/rofl.gif' . '" alt="' . ':rofl' . '" />';
+
+
+
 
 }
index 98f5ab2b248021f5aa673553cff6456b704338f7..f3ca2d421f3c47825cac0883128e951eb3f4cb60 100644 (file)
@@ -298,6 +298,9 @@ function smiley_pack_smilies(&$a,&$b) {
        $b['texts'][] = ':tomato';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/tomato.gif' . '" alt="' . ':tomato' . '" />';
 
+       $b['texts'][] = ':banana';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/banana.gif' . '" alt="' . ':banana' . '" />';
+
 
        $b['texts'][] = ':cloud9';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/happy/cloud9.gif' . '" alt="' . ':cloud9' . '" />';