mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Add UIBlocks to twig (WIP)
This commit is contained in:
@@ -345,6 +345,11 @@ class WebPage implements Page
|
||||
return $oBlock;
|
||||
}
|
||||
|
||||
public function AddSubBlock(?iUIBlock $oBlock): ?iUIBlock
|
||||
{
|
||||
return $this->AddUiBlock($oBlock);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add a UIBlock in the page at the end by dispatching its parts in the right places (CSS, JS, HTML)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user