Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 148 |
lars |
1 |
\$default\_modifiers {#variable.default.modifiers}
|
|
|
2 |
====================
|
|
|
3 |
|
|
|
4 |
This is an array of modifiers to implicitly apply to every variable in a
|
|
|
5 |
template. For example, to HTML-escape every variable by default, use
|
|
|
6 |
`array('escape:"htmlall"')`. To make a variable exempt from default
|
|
|
7 |
modifiers, add the \'nofilter\' attribute to the output tag such as
|
|
|
8 |
`{$var nofilter}`.
|