Display on assign
From Tmmwiki
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"}