|
|
|
|
@ -1007,6 +1007,8 @@ class IndexManager |
|
|
|
|
// Tabs that are deactivated are added here. |
|
|
|
|
if (!empty($this->tpl->menu_navigation)) { |
|
|
|
|
foreach ($this->tpl->menu_navigation as $section => $navigation_info) { |
|
|
|
|
|
|
|
|
|
if (!empty($navigation_info)) { |
|
|
|
|
$items[] = [ |
|
|
|
|
'icon' => null, |
|
|
|
|
'link' => $navigation_info['url'], |
|
|
|
|
@ -1014,6 +1016,7 @@ class IndexManager |
|
|
|
|
]; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
return $items; |
|
|
|
|
} |
|
|
|
|
|