Closed (fixed)
Project:
Similar By Terms
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2007 at 20:07 UTC
Updated:
3 Jul 2008 at 21:12 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| similarterms-theme-patch.txt | 664 bytes | ronan |
Comments
Comment #1
blackdog commentedPatch applies, and this bug is critical to fix IMHO.
Comment #2
davemybes commented+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.
Comment #3
rmiddle commented6.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
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.