when 'dislike' isn't enough

pull/60/head
friendica 2012-06-07 17:51:54 -07:00
parent 2e51660eb8
commit b5bbb0a1e5
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

View File

@ -35,4 +35,8 @@ function smilies_adult_smilies(&$a,&$b) {
$b['texts'][] = ':drunk';
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smilies_adult/icons/drunk.gif' . '" alt="' . ':drunk' . '" />';
$b['texts'][] = ':finger';
$b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smilies_adult/icons/finger.gif' . '" alt="' . ':finger' . '" />';
}