Download & Extend

Allow terms overview table to be themeable

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.

AttachmentSize
taxonomy_delegate_theme_term_overview.patch1.17 KB

Comments

#1

Status:needs review» needs work

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