]> git.mxchange.org Git - friendica-addons.git/blobdiff - smiley_pack/smiley_pack.php
Tired smileys
[friendica-addons.git] / smiley_pack / smiley_pack.php
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' . '" />';
 }