We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How to define a default replacement for a specific variable? It is really simple:
Syntax in PHP
<?php div::selDefaultByVar($varname, $value_to_search, $replace_with, $update);
Syntax in templates
{@ ['varname', value_to_search, replace_with ] @}