Difference between revisions of "Nats display latest adtools"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Revision as of 11:32, 15 December 2008
nats_display_latest_adtools
Briefly describe what the function does.
Alias: display_latest_adtools
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_latest_adtools | tpl="my_template" |
program | Get latest adtools for this program | Any valid program I.D. number | The affiliate's default program I.D. number | program="123" |
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
The latest adtools displayed using the function_display_latest_adtools template. The list of latest adtools is assigned to the {$adtools} and {$adcount} Smarty variables, which you may prefix with the value of the assign_prefix parameter.
Notes
None.