|
@@ -1097,7 +1097,7 @@ class IndexManager
|
|
|
'icon' => Display::return_icon('order-course.png', get_lang('SortMyCourses')),
|
|
|
'link' => api_get_path(WEB_CODE_PATH).'auth/courses.php?action=sortmycourses',
|
|
|
'title' => get_lang('SortMyCourses')
|
|
|
- ];*/
|
|
|
+ ];
|
|
|
|
|
|
// Session history
|
|
|
if (isset($_GET['history']) && intval($_GET['history']) == 1) {
|
|
@@ -1115,7 +1115,7 @@ class IndexManager
|
|
|
'title' => get_lang('HistoryTrainingSessions')
|
|
|
];
|
|
|
}
|
|
|
-
|
|
|
+ */
|
|
|
if ($isHrm) {
|
|
|
$items[] = [
|
|
|
'link' => api_get_path(WEB_CODE_PATH).'auth/hrm_courses.php',
|