Difference between revisions of "Nats get option details"
From TMM Wiki
Jump to navigationJump to searchLine 4: | Line 4: | ||
= nats_get_option_details = | = nats_get_option_details = | ||
− | Stores a list of | + | Stores a list of the details for the given option in the <tt>{$option_details}</tt> Smarty variable. |
__TOC__ | __TOC__ |
Revision as of 14:24, 30 March 2010
nats_get_option_details
Stores a list of the details for the given option in the {$option_details} Smarty variable.
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
site | The ID of the option to get info for | Any valid optionid number | none | optionid="123" |
Output
A list of option details for the given option in the {$option_details} Smarty variable.
Notes
None.