diff --git a/main/admin/course_list.php b/main/admin/course_list.php
index ed0f3f5120..c7a6aab859 100644
--- a/main/admin/course_list.php
+++ b/main/admin/course_list.php
@@ -1,4 +1,4 @@
-'.$course[1].'';
+
+ //$course[1] = get_course_visibility_icon($course[10]).''.$course[1].''; // This is not the preferable way to go to the homepage.
+ $course[1] = get_course_visibility_icon($course[10]).''.$course[1].'';
+
$course[5] = $course[5] == SUBSCRIBE_ALLOWED ? get_lang('Yes') : get_lang('No');
$course[6] = $course[6] == UNSUBSCRIBE_ALLOWED ? get_lang('Yes') : get_lang('No');
$course[7] = CourseManager :: is_virtual_course_from_system_code($course[7]) ? get_lang('Yes') : get_lang('No');
@@ -126,7 +129,10 @@ function modify_filter($code)
global $charset;
return
''.Display::return_icon('synthese_view.gif', get_lang('Info')).' '.
- ''.Display::return_icon('course_home.gif', get_lang('CourseHomepage')).' '.
+
+ //''.Display::return_icon('course_home.gif', get_lang('CourseHomepage')).' '. // This is not the preferable way to go to the homepage.
+ ''.Display::return_icon('course_home.gif', get_lang('CourseHomepage')).' '.
+
''.Display::return_icon('statistics.gif', get_lang('Tracking')).' '.
''.Display::return_icon('edit.gif', get_lang('Edit')).' '.
''.Display::return_icon('delete.gif', get_lang('Delete')).'';
@@ -265,4 +271,4 @@ else
==============================================================================
*/
Display :: display_footer();
-?>
\ No newline at end of file
+?>