Two quick questions regarding custom theming of view fields in Drupal 6 -
(a) I know that we can include a custom theme for a view field in a appropriately named template file but I notice that it has to be placed in the theme folder.
However, I want this theme file to be bundled with my module and was wondering if it could be done somehow?
(b) Can we have a preprocess function to set custom variables before the field is themed?