Difference between revisions of "Nats display gallery builder"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Revision as of 16:29, 18 December 2008
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
- NATS4 Gallery Builder Module -- Instructions about the Gallery Builder Module