Posted by dboulet on May 25, 2009 at 8:10pm
Jump to:
| Project: | Taxonomy Delegate |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
This patch allows the term overview table to be overridden in the theme layer, for customization.
| Attachment | Size |
|---|---|
| taxonomy_delegate_theme_term_overview.patch | 1.17 KB |
Comments
#1
It caused a duplicate function name on my test site. I changed
function taxonomy_delegate_overview_terms($vid) {to
function theme_taxonomy_delegate_overview_terms($vid) {#2
#612662: Splitted up the taxonomy_delegate_mycategories function and added a theme function