Wählen Sie Ihre Sprache:

<we:var type="global">

Since version: - | Requires endtag: no

Description

This tag is used to display the content of a global PHP variable.

Attributes

type

Default value: - | since version: - | required: yes

Allowed values:

  • global

name

Default value: - | since version: - | required: yes

Set this attribute to the field name whose content is to be displayed.


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

Syntax

<we:var type="global" name="attribute" [htmlspecialchars="true|false"] />