Difference between revisions of "Nats list adtool groups"
From TMM Wiki
Jump to navigationJump to searchTMMStephenY2 (talk | contribs) |
TMMStephenY (talk | contribs) m |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
| show_template_functions_section = true | | show_template_functions_section = true | ||
}} | }} | ||
+ | |||
+ | == list_adtool_groups == | ||
list_adtool_groups is a new [[Ct#Template|template]] function in [[NATS4]] that will output a list of adtool groups with a PHP script. This allows you to create a list of adtool groups for use in your templating. By doing so, you can avoid long load times that can potentially occur when importing a large amount of adtools. | list_adtool_groups is a new [[Ct#Template|template]] function in [[NATS4]] that will output a list of adtool groups with a PHP script. This allows you to create a list of adtool groups for use in your templating. By doing so, you can avoid long load times that can potentially occur when importing a large amount of adtools. | ||
+ | |||
+ | Adtool groups that are included by default in [[NATS]] include Banners, Hosted Adtools, Downloadable Adtools, and Feeds. | ||
+ | |||
+ | == Parameters == | ||
+ | |||
+ | This function takes no parameters. | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 16:42, 20 May 2011
list_adtool_groups
list_adtool_groups is a new template function in NATS4 that will output a list of adtool groups with a PHP script. This allows you to create a list of adtool groups for use in your templating. By doing so, you can avoid long load times that can potentially occur when importing a large amount of adtools.
Adtool groups that are included by default in NATS include Banners, Hosted Adtools, Downloadable Adtools, and Feeds.
Parameters
This function takes no parameters.