Closed (fixed)
Project:
Asset
Version:
5.x-1.0-beta3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 May 2008 at 05:10 UTC
Updated:
31 Jul 2008 at 13:15 UTC
Is it possible to add a class to the inserted image?
Comments
Comment #1
wmostrey commentedHey Erin,
It is indeed possible to add your own class to images. Like with any other module you can override the theme_ functions. In this case you want to override the theme_asset() function. Look for the function in the asset.module and paste it in your template.php as phptemplate_asset(). You can now alter that function by adding your own class.
Comment #2
okeedoak commentedThanks! I'll take a look.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.