Also wie folgt
Code: Alles auswählen
<!-- BEGIN postrow -->
{postrow.MESSAGE}
<!-- BEGIN weiteres -->
{weiteres.INFOS}
<!-- END weiteres -->
{postrow.SIGNATUR}
<!-- END postrow -->
MfG
GP
Code: Alles auswählen
<!-- BEGIN postrow -->
{postrow.MESSAGE}
<!-- BEGIN weiteres -->
{weiteres.INFOS}
<!-- END weiteres -->
{postrow.SIGNATUR}
<!-- END postrow -->
Code: Alles auswählen
if($bedingung){
$template->assign_block_vars('weiteres', array(
'INFOS' => $infos
));
}
$template->assign_block_vars('postrow', array(
[...]
Code: Alles auswählen
<!-- BEGIN postrow -->
{postrow.MESSAGE}
<!-- END postrow -->
<!-- BEGIN weiteres -->
{weiteres.INFOS}
<!-- END weiteres -->
<!-- BEGIN postrow -->
{postrow.SIGNATUR}
<!-- END postrow -->