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

BayouBill’s picture

P.S. I would use this in conjunction with http://drupal.org/node/569968, so an answer to both would be appreciated.

xano’s picture

Vocabulary Index gets all terms with taxonomy_get_tree(). You will have to check the term's depth when creating the pager.