Community

Default Theme Implementation for Headers

I managed successfully to add two links to a node display by using hook_view_node(). There is a Field within this node which is output as an element by using theme_field() (#theme = 'field') within $content). I want to change the output to an

element but I cant find a default theme implementation for that. Do I have to add it? How can I manage that?

Comments

I solved the problem by

I solved the problem by overriding the theme_field function for the field.