What function(s) would I modify to have the alpha index heading (A|B|C) at the top of the page be constructed for only top-level terms rather than for all terms in a hierarchical taxonomy.?
What function(s) would I modify to have the alpha index heading (A|B|C) at the top of the page be constructed for only top-level terms rather than for all terms in a hierarchical taxonomy.?
Comments
Comment #1
BayouBill commentedP.S. I would use this in conjunction with http://drupal.org/node/569968, so an answer to both would be appreciated.
Comment #2
xanoVocabulary Index gets all terms with taxonomy_get_tree(). You will have to check the term's depth when creating the pager.