Difference between revisions of "Nats list adtool groups"
From TMM Wiki
Jump to navigationJump to searchTMMStephenY2 (talk | contribs) (Created page with '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 …') |
TMMStephenY (talk | contribs) m |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{NATS4 Manual | ||
+ | | 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.