<we:title>
Since version: - | Requires endtag: no
Description
Use this tag to generate the title of the document (the meta-tag). The title is set to the string contained between the start and end tags.
Attributes
htmlspecialchars
Default value: false | since version: - | required: no
Using htmlspecialchars="true" will change all special chars into HTML entities ("&" is transformed to "&"). If htmspecialchars is "false" or not set, all special chars remain unchanged.
Allowed values:
- true
- false
cachelifetime
Default value: 0 | since version: 4.2.0.0 | required: no
With this attribute you define the validity of the Cache in seconds for this we:Tag. This attribute is used only if cache type defined in the template is we:Tag Cache or Cache is disabled.
Syntax
<we:title [htmlspecialchars="true|false"] [cachelifetime="attribute"] />