class_icon
Summary
Outputs an image tag referencing a class icon.Usage
input|class_icon( [ size, [, alt_text ] ] )
Returns
A string containing an image tag.Description
This operator generates an image tag that references a class icon. The name of the icon must be provided using the input parameter. The "size" and "alt_text" parameters are optional (see the description above). The operator uses the settings provided by the "icon.ini" configuration file (or an override).
Examples
Example 1
{'folder'|class_icon( 'small', 'Alternative image text' )}
The following output will be produced:
Balazs Halasy (21/03/2005 9:45 am)
Balazs Halasy (04/05/2005 2:24 pm)
Comments
Third parameter
Thursday 13 October 2005 6:36:44 am
Kristof Coomans
See http://ez.no/doc/ez_publish/techn...perators/miscellaneous/mimetype_icon
Washing
Thursday 09 February 2006 8:51:42 am
Kristof Coomans