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 …') |
TMMStephenY2 (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {{NATS4 Manual | ||
+ | | show_template_functions_section = true | ||
+ | }} | ||
+ | |||
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. |
Revision as of 12:25, 1 July 2010
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.