====== Paths processed by the TC module ====== ===== taxonomy/vocabulary/ ===== * themeable using theme_taxonomy_context_vocabulary_page * subthemed elements include: * vocabulary, using theme('taxonomy_context_vocabulary') * terms, using theme('taxonomy_context_term') * previous themeability status: ? * permission: 'access content' * what should it display by default ? ===== taxonomy/vocabulary//edit ===== * themeable using theme_taxonomy_context_vocabulary_page * permission: 'access content' * ==> this seems to be a bug, as it does not perform any specific 'edit' action on the vocabulary, but works just like taxonomy/vocabulary/, and uses the same permission ===== taxonomy/term/ ===== * themeable using theme('taxonomy_context_term') * permission: 'access content' * what should it display by default ? ===== taxonomy/term//edit ===== * not themeable * permission: 'administer taxonomy'