Hi guys!
I have short, simple question:
I try to make custom field module, I have everything working, only the way input fields are displayed in admin site makes me angry, so I wanted to theme it a little.
I did all is needed (hook_theme, theme_module_theme), but now I don't know where to put theme() function.
It's not in hook_field_widget_form() couse it's not returning strict output, so where should I put it?
I know it's trivial one, but i'm starting in drupal, and I'm already too tired of watching docs, small success would be so nice...