UserTag
Define a custom Interchange tag.
Scope
This directive is available for use globally
(in the "interchange.cfg" configuration file),
and locally (in the "catalog.cfg" configuration file).
The global configuration affects all websites running
under the Interchange instance.
Each individual website's local configuration will not affect
or influence other websites in any way.
Description
When used globally, this directive defines a global
UserTag.
Global UserTags are not limited by the
Safe
Perl module
(unless called from within a block of embedded Perl),
and are available to all Interchange websites running under the
same Interchange instance.
When used locally, this directive defines a local
UserTag.
Local UserTags are limited by the
Safe
Perl module (see SafeUntrap),
and are only available to the individual website where the UserTag
has been defined.
See also