Closed (fixed)
Project:
Taxonomy VTN
Version:
6.x-1.5
Component:
Code
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2009 at 21:40 UTC
Updated:
31 Dec 2009 at 08:50 UTC
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
Comment #1
AlexisWilke commentedtaxonomy_vtn.pages.inc
taxonomy_vtn_show_vocabularies()
Comment #2
AndyW commentedWell 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?
Comment #3
AlexisWilke commentedtaxonomy_vtn/taxonomy_vtn.pages.inc:455: $title = '<h3>' . $title . '</h3>'
Comment #4
AndyW commentedThat's not the right one dude - what I need is the H3 for the index letters
Comment #5
AlexisWilke commentedLine 987
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.
Comment #6
AndyW commentedOkay worked it out! I just overrode the theme_item_list function
Comment #7
AlexisWilke commentedOkay, cool. 8-)
I'll mark this as fixed then.
Alexis