Applies to NATS 4.0.25 and greater.
nats_display_adtool_types
Displays a list of adtool types to the affiliate.
Alias: display_adtool_types
Parameters
(Required parameters in bold)
Parameter
|
Description
|
Possible Values
|
Default Value
|
Example
|
tpl
|
Template used to display output
|
Any valid template
|
The template, function_display_adtool_types
|
tpl="mytemplate"
|
assign_prefix
|
Prefixes output variables with this word
|
Any valid Smarty variable name
|
Empty.
|
assign_prefix="myvar"
|
data_only
|
Set variables but don't display the template
|
1
|
None. The template is displayed.
|
data_only=1
|
Output
A list of adtool types. Also outputs two variables listed below;
variables are prefixed with the argument to the assign_prefix
parameter described above.
- .available_adtool_types
- .adtool_types
Notes
None.
See Also