<mt:SetVarBlock>
A block tag used to set the value of a template variable. Note that you can also use the global 'setvar' modifier to achieve the same result as it can be applied to any MT tag.
Attributes:
- var or name (required)
Identifies the name of the template variable. See Var for more information on the format of this attribute.
- op (optional)
See the Var tag for more information about this attribute.
- prepend (optional)
If specified, places the contents at the front of any existing value for the template variable.
- append (optional)
If specified, places the contents at the end of any existing value for the template variable.
Related Tags: