diff --git a/blocks/course_list/block_course_list.php b/blocks/course_list/block_course_list.php
index 5be560390fb..e23acae8352 100644
--- a/blocks/course_list/block_course_list.php
+++ b/blocks/course_list/block_course_list.php
@@ -85,7 +85,8 @@ class CourseBlock_course_list extends MoodleBlock {
$this->content->items[]="wwwroot/course/category.php?id=$category->id\">$category->name";
$this->content->icons[]=$icon;
}
- $this->content->footer = "wwwroot/course/\">".get_string("searchcourses")."...";
+ $this->content->footer = "wwwroot/course/\">".get_string("searchcourses")."...
".
+ "wwwroot/course/index.php\">".get_string("fulllistofcourses")."...";
$this->title = get_string('categories');
} else { // Just print course names of single category
$category = array_shift($categories);