10 Jul
2008
10 Jul
'08
3:26 a.m.
Syscrusher wrote:
I went to the hook_theme documentation, but I'm unclear on how those registration parameters apply to FAPI clients; the documentation seems to speak from the viewpoint of the theme writer. I'm not writing a theme, just needing to wrap form elements into a table from the drupal_render() call. I embed class and ID attributes in the table which the theme can modify for aesthetics -- IOW, my module only applies the document structure elements without regard to their cosmetics at display time.
See: http://drupal.org/node/165706 -- that's in the module developer's guide. And the api docs for hook_theme, of course.