[CONFIG.MANAGER]
The [CONFIG.MANAGER] section contains the code for the html page
displayed in the Template tab. If your code contains any html
elements with the name="var[variable name]" attribute, the values
of those elements will be assigned to the corresponding variables
of your template. For example, if you declare the element "input
type=text name=varPageCaption", this will allow the user to change
the value of the VARPAGECAPTION variable in the Template tab.
You can use the #TEMPLATES.FOLDER# variable in this section, it
contains the full path to the Templates folder with a trailing
slash.
|