By calling:

$block['content'] = theme_similarterms(similarterms_list());

instead of using the theme() function:

$block['content'] = theme( 'similarterms', similarterms_list());

this module does not allow theme developers to customize the display of the 'similar' block.

This patch fixes that.

Hope it helps
Ronan

CommentFileSizeAuthor
similarterms-theme-patch.txt664 bytesronan

Comments

blackdog’s picture

Priority: Minor » Critical
Status: Needs review » Reviewed & tested by the community

Patch applies, and this bug is critical to fix IMHO.

davemybes’s picture

+1 for this patch, it works for me. I was scratching my head for quite a while trying to figure out why my override wasn't working.

rmiddle’s picture

Status: Reviewed & tested by the community » Fixed

6.x-1.0 doesn't have the issue. I back ported my fix to 5.x in CVS will appear in 5.x-1.2.

Thanks
Robert

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.