TagDir
Defines the directory or directories that Interchange will scan for
its standard code declarations.
Synopsis
The directory name's path is relative to the Interchange installation's
home directory.
The default is "code".
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
Description
Defines the directory or directories that Interchange will scan for
its standard tag, filter, widget, and other code
declarations.
Example
|
TagDir code etc/other_code
|