WebsiteBaker Support (2.13.x) > Hilfe & Support (deutsch)

Update auf 2.13.0 r31

<< < (4/4)

crnogorac081:
here is a solution


--- Code: ---// Instead
echo $oTwig->render('groups.twig', $aTplData);             

// Use
$sTpl = ' template (from database etc..)';
$oTpl = $oTwig->createTemplate($sTpl);
echo  $oTpl->render($aTplData);

--- End code ---

Navigation

[0] Message Index

[*] Previous page

Go to full version