I was using the contrib block module, and I wanted to use a function other than theme_table, so I created a patch that makes the block's content the output of a theme_taxonomy_image_block() function. This will allow themers to override the output in their template.php
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | themable_rows.patch | 1.52 KB | liberatr |
| themable.patch | 832 bytes | liberatr |
Comments
Comment #1
liberatrComment #2
nancydruThanks for the patch, Ryan. When submitting patches, please mark the status as "Needs review" and assign the issue to yourself.
Comment #3
nancydruI see a little thing I need to fix:
'id' => 'taxonomy_image_terms'-- we really need to change the underscores to dashes in keeping with current Drupal coding standards. I hope it doesn't mess up too many people.Comment #4
nancydruCommitted.