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