Birthday cake smiley.

pull/82/merge
Thomas Willingham 2012-11-11 19:41:26 +00:00
parent b79caf5a88
commit db0a007786
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -370,6 +370,9 @@ function smiley_pack_smilies(&$a,&$b) {
$b['texts'][] = ':fryegg';
$b['icons'][] = '<img class="smiley" src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/fryegg.gif' . '" alt="' . ':fryegg' . '" />';
$b['texts'][] = ':birthdaycake';
$b['icons'][] = '<img class="smiley" src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/food/birthdaycake.gif' . '" alt="' . ':birthdaycake' . '" />';
#Happy smileys
$b['texts'][] = ':cloud9';