]> git.mxchange.org Git - friendica-addons.git/commitdiff
Tired smileys
authorThomas <rat@rlyeh-military-affairs>
Mon, 19 Mar 2012 02:55:23 +0000 (02:55 +0000)
committerThomas <rat@rlyeh-military-affairs>
Mon, 19 Mar 2012 02:55:23 +0000 (02:55 +0000)
smiley_pack/icons/tired/countsheep.gif [new file with mode: 0644]
smiley_pack/icons/tired/hammock.gif [new file with mode: 0644]
smiley_pack/icons/tired/pillow.gif [new file with mode: 0644]
smiley_pack/smiley_pack.php
smiley_pack/smiley_pack.php~

diff --git a/smiley_pack/icons/tired/countsheep.gif b/smiley_pack/icons/tired/countsheep.gif
new file mode 100644 (file)
index 0000000..815b090
Binary files /dev/null and b/smiley_pack/icons/tired/countsheep.gif differ
diff --git a/smiley_pack/icons/tired/hammock.gif b/smiley_pack/icons/tired/hammock.gif
new file mode 100644 (file)
index 0000000..8639dd3
Binary files /dev/null and b/smiley_pack/icons/tired/hammock.gif differ
diff --git a/smiley_pack/icons/tired/pillow.gif b/smiley_pack/icons/tired/pillow.gif
new file mode 100644 (file)
index 0000000..367f65e
Binary files /dev/null and b/smiley_pack/icons/tired/pillow.gif differ
index 6df5b38c3e72f8415a2eb29b957d26d4da5e5be8..5f5359018e2de31a5539fc57ef72f02656d6c8d4 100644 (file)
@@ -199,4 +199,12 @@ function smiley_pack_smilies(&$a,&$b) {
        $b['texts'][] = ':loveheart';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/loveheart.gif' . '" alt="' . ':loveheart' . '" />';
 
+       $b['texts'][] = ':countsheep';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/countsheep.gif' . '" alt="' . ':countsheep' . '" />';
+
+       $b['texts'][] = ':hammock';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/hammock.gif' . '" alt="' . ':hammock' . '" />';
+
+       $b['texts'][] = ':pillow';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/tired/pillow.gif' . '" alt="' . ':pillow' . '" />';
 }
index 9d5347916aa4c848472d86aa73d7adde08d31a82..6df5b38c3e72f8415a2eb29b957d26d4da5e5be8 100644 (file)
@@ -181,4 +181,22 @@ function smiley_pack_smilies(&$a,&$b) {
        $b['texts'][] = ':skipping';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/sport/skipping.gif' . '" alt="' . ':skipping' . '" />';
 
+       $b['texts'][] = ':iloveyou';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/iloveyou.gif' . '" alt="' . ':iloveyou' . '" />';
+
+       $b['texts'][] = ':inlove';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/inlove.gif' . '" alt="' . ':inlove' . '" />';
+
+       $b['texts'][] = ':love';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/love.gif' . '" alt="' . ':love' . '" />';
+
+       $b['texts'][] = ':lovebear';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/lovebear.gif' . '" alt="' . ':lovebear' . '" />';
+
+       $b['texts'][] = ':lovebed';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/lovebed.gif' . '" alt="' . ':lovebed' . '" />';
+
+       $b['texts'][] = ':loveheart';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/love/loveheart.gif' . '" alt="' . ':loveheart' . '" />';
+
 }