mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
N°8031 - Make all portal bricks use custom templates for all templates (#696)
Service implementation
This commit is contained in:
@@ -75,7 +75,7 @@ class AggregatePageBrickController extends BrickController
|
||||
|
||||
$aTilesRendering = $this->GetBricksTileRendering($oRequest, $aAggregatePageBricks);
|
||||
|
||||
$sLayoutTemplate = $oBrick->GetPageTemplatePath();
|
||||
$sLayoutTemplate = $oBrick->GetTemplatePath('page');
|
||||
$aData = array(
|
||||
'oBrick' => $oBrick,
|
||||
'aggregatepage_bricks' => $aAggregatePageBricks,
|
||||
|
||||
Reference in New Issue
Block a user