This was a feature in 4.6 that allowed the administrator to control the HTML pertaining to the image. Cannot find any documentation on theming it for 4.7. Would be nice to see it as an option in the admin pages. Thanks.
This was a feature in 4.6 that allowed the administrator to control the HTML pertaining to the image. Cannot find any documentation on theming it for 4.7. Would be nice to see it as an option in the admin pages. Thanks.
Comments
Comment #1
benshell commentedOther modules don't have documentation on how to theme their output, unless they are doing something unusual. Theming for img_assist 4.7 now works like any other Drupal module (unlike the 4.6 version). Read the handbook for details: http://drupal.org/node/55126. The theme you most likely want to override is theme_img_assist_inline().
Comment #2
sun