Posted by liberatr on April 6, 2009 at 9:12pm
3 followers
| Project: | Taxonomy Image |
| Version: | 6.x-1.5 |
| Component: | Contrib Blocks |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
| Attachment | Size |
|---|---|
| themable.patch | 832 bytes |
Comments
#1
#2
Thanks for the patch, Ryan. When submitting patches, please mark the status as "Needs review" and assign the issue to yourself.
#3
I 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.#4
Committed.
#5
Automatically closed -- issue fixed for 2 weeks with no activity.