|
|
|
|
@ -587,6 +587,9 @@ switch ($action) { |
|
|
|
|
$template = new Template($toolTitle, true, true, false, false, false); |
|
|
|
|
$template->assign('content', $content); |
|
|
|
|
$template->assign('courses', $courses); |
|
|
|
|
$template->assign('total_number_of_courses', CoursesAndSessionsCatalog::countAvailableCoursesToShowInCatalog( |
|
|
|
|
api_get_current_access_url_id() |
|
|
|
|
)); |
|
|
|
|
$template->assign('catalog_url_no_extra_fields', $urlNoExtraFields); |
|
|
|
|
$template->assign('pagination', $catalogPagination); |
|
|
|
|
|
|
|
|
|
|