Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
72e8ad0f94
2 changed files with 1 additions and 1 deletions
BIN
blockem.tgz
BIN
blockem.tgz
Binary file not shown.
|
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue