N°2847 - Rework of the global iTopWebPage layout (Part I)

- Rework of the iTopWebPage class
- Use of TWIG templates
- Preliminary work of the navigation menu
This commit is contained in:
Molkobain
2020-07-16 14:48:52 +02:00
parent c9b80074f4
commit ab681b0954
13 changed files with 1159 additions and 235 deletions

View File

@@ -551,8 +551,8 @@ EOF
$oLayout->Render($oPage, $this->aCells, $bEditMode, $aExtraParams);
if (!$bEditMode)
{
$oPage->add_linked_script('../js/dashlet.js');
$oPage->add_linked_script('../js/dashboard.js');
$oPage->add_linked_script('js/dashlet.js');
$oPage->add_linked_script('js/dashboard.js');
}
}