prova


<!ELEMENT constant empty><br> <!ATTLIST constant name CDATA #REQUIRED<br> value CDATA #REQUIRED>

Define constant field

 

Parent:

Template
 

Childs:

none
 

Attributes:

name

Constant name without the $. I.e name='myvar' will be pointed by {$myvar}

 

Note:

 

Examples:


...
Constant myvar, value: {$myvar}