mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
Add UIBlocks to twig (changed UIContentBlock params)
This commit is contained in:
@@ -12,7 +12,7 @@ class UIBlockHelper
|
||||
{
|
||||
public static function PushParentBlock($sBlockVarName)
|
||||
{
|
||||
return "\$context['UIBlockParent'][] = \${$sBlockVarName};\n";
|
||||
return "array_push(\$context['UIBlockParent'], \${$sBlockVarName});\n";
|
||||
}
|
||||
|
||||
public static function PopParentBlock()
|
||||
|
||||
Reference in New Issue
Block a user