string smarty_modifier_yesno(
string $string)
|
|
Smarty modifier to turn a boolean value into a suitable language string
Example
<!--[$myvar|yesno|pnvarprepfordisplay]--> returns Yes if $myvar = 1 and No if $myvar = 0
Tags:
Parameters
| string |
$string |
the contents to transform |