nats_display_gallery_builder
Displays a gallery builder adtool.
Alias: display_gallery_builder
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_gallery_builder
|
tpl="my_template"
|
data_only
|
Set variables but don't display the template
|
1
|
None. The template is displayed.
|
data_only=1
|
assign_prefix
|
Prefix output variables with this word. (Click link for details)
|
Any valid Smarty variable name
|
None. (No prefix is used)
|
assign_prefix="myvar"
|
Output
Displays the gallery builder adtool using the function_display_gallery_builder template. Also assigns data to the following Smarty variables and arrays: {$selected}, {$matches}, and {$content}. The names of the Smarty variables and arrays is prefixed with the value of the assign_prefix parameter.
Notes
None.
See Also