Looking at the files I can't understand where the HTML tables are generated. Where are the H3 headers from the main vocab indexes coming from?

Comments

AlexisWilke’s picture

taxonomy_vtn.pages.inc
taxonomy_vtn_show_vocabularies()

AndyW’s picture

Well there is a h2 headline but what line creates the H3 markup as I want to replace it with something that is more semantically correct?

AlexisWilke’s picture

taxonomy_vtn/taxonomy_vtn.pages.inc:455: $title = '<h3>' . $title . '</h3>'

AndyW’s picture

That's not the right one dude - what I need is the H3 for the index letters

AlexisWilke’s picture

Line 987

$$cell .= theme('item_list', $t, $letter_link, 'ul');

There is another one depending on your setup on line 954.

Sounds like you need to create a .tpl.php file to handle those "properly". Watcher out as it will change other pages too if you're not careful.

AndyW’s picture

Okay worked it out! I just overrode the theme_item_list function

AlexisWilke’s picture

Status: Active » Fixed

Okay, cool. 8-)
I'll mark this as fixed then.
Alexis

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.