Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

flag_icon

Summary

Outputs an image tag referencing a flag icon.

Usage

input|flag_icon()

Returns

A string containing an image tag.

Description

This operator generates an image tag that references a flag icon. The country code must be provided using the input parameter. This operator is frequently used by the administration interface.

Examples

Example 1

{'eng-GB'|class_icon()}

The following output will be produced:

<img src="/share/icons/flags/eng-GB.gif" alt="English (United Kingdom)" />

Balazs Halasy (21/03/2005 9:54 am)

Balazs Halasy (04/05/2005 2:25 pm)


Comments

  • It's flag_icon and not class_icon

    Just flag and not class in Exemple #1.
  • not complete image tag

    The code example above (with the commented typo fixed), does not result in a complete image tag, only outputs the string that should be used for the src parameter in the tag.