ez.no / exponential / documentation / reference / template operators / data extraction / ezini
ezini( section, variable [, ini file] )
| Name | Type | Description | Required |
|---|---|---|---|
| section | string | Ini section to read value from | yes |
| variable | string | Ini variable in section to read | yes |
| ini file | string | Ini file to access, site.ini default | no |
Value read from ini file.
The ezini() operator enables access to the variables in the *.ini files. It takes three arguments:
{section show=eq(ezini( 'RegionalSettings', 'Locale' ), "eng-GB" )} <... display eng-GB link> {section-else} <... display por-PL link> {/section}
Comments