Одна колонка
<?
$this->webElement(
[
'layout' => 'L1',
'code' => 'BlocksLayouts',
'template' => 'OneColumn',
'position' => 'thisPage', // thisPage / allPages
'fields' => []
]
);
?>
Две колонки
<?
$this->webElement(
[
'layout' => 'L2',
'code' => 'BlocksLayouts',
'template' => 'TwoColumn',
'position' => 'thisPage', // thisPage / allPages
'fields' => []
]
);
?>