Difference between revisions of "Display on assign"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Revision as of 11:26, 15 December 2008
NATS 3
|
---|
CARMA
|
---|
The display_on_assign parameter to many CARMA functions displays the template even if you also use the assign parameter. If you don't use the display_on_assign parameter, the template isn't displayed. For example:
{* Assign the variables but don't display the template: *} {carma_newest assign="my_variable"} {* Assign the variables and also display the template: *} {carma_newest assign="my_variable" display_on_assign="1"}