mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 23:18:43 +02:00
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:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user