How can I use a user defined tag inside another user defined tag? I found something in this forum mentioning the {capture} tag, but I didn't understand how to use it correctly
Thanks in advance!
Joerg

Code: Select all
global $gCms;
$tagOps =& $gCms->GetUserTagOperations();
$tagOps->CallUserTag("myothertag",$params);