Posted by magic_al on January 1, 2013 at 5:19pm
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
Comments
I solved the problem by
I solved the problem by overriding the theme_field function for the field.