Update to smiley pack #27

Merged
ghost merged 6 commits from 78a1f3277f72b15221c224262019a849b4c1edec into master 2012-03-25 07:05:38 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 72e8ad0f94 - Show all commits

Binary file not shown.

View file

@ -109,7 +109,7 @@ function blockem_prepare_body(&$a,&$b) {
function blockem_display_item(&$a,&$b) {
if(strstr($b['output']['body'],'id="blockem-wrap-'))
$b['output']['thumb'] = $a->get_baseurl() . "/images/default-profile-sm.jpg";
$b['output']['thumb'] = $a->get_baseurl() . "/images/person-80.jpg";
}