@ -1434,7 +1434,7 @@ ALTER TABLE notification_event ADD COLUMN event_id INT NULL;
'info_url' => 'course_description_popup', // course description popup page
'title_url' => 'course_home', // Course home URL
'image_url' => 'course_about', // Course about URL
]
],
'redirect_after_subscription' => 'course_home', // or 'course_catalog' to stay in the page
];*/
@ -175,7 +175,6 @@ echo '</div>';
Display::display_footer();
/**
* @param array $menu
* @param string $parent
* @param string $type
*
@ -227,7 +226,6 @@ function displayMenu(array $menu, $type = 'Task', $parent = '_')
* @param string $action
* @return bool
*/
@ -15,8 +15,6 @@ class CourseCategoriesLoader implements LoaderInterface
* Load the data and return the ID inserted.
* @param array $incomingData
* @throws \Exception
* @return int
@ -21,8 +21,6 @@ class CoursesLoader implements LoaderInterface
private $loadMode = self::LOAD_MODE_DUPLICATE;
public function load(array $incomingData)
@ -24,8 +24,6 @@ class UsersLoader implements LoaderInterface