Difference between revisions of "Nats get option details"
From TMM Wiki
Jump to navigationJump to search (Created page with '{{NATS4 Manual | show_template_functions_section = true }} = nats_get_option_details = Stores a list of all the available join options for a site in the <tt>{$options}</tt> Smar…') |
|||
Line 25: | Line 25: | ||
== Output == | == Output == | ||
− | A list of option details for the given option in the <tt>{$ | + | A list of option details for the given option in the <tt>{$option_details}</tt> Smarty variable. |
== Notes == | == Notes == | ||
None. | None. |
Revision as of 14:24, 30 March 2010
nats_get_option_details
Stores a list of all the available join options for a site in the {$options} 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.