From: moodler Date: Thu, 21 Aug 2003 02:58:55 +0000 (+0000) Subject: Put links on the course icons X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f6c05036bed494d2cfca43ebf0a8e6c02c9fca28;p=moodle.git Put links on the course icons --- diff --git a/course/category.php b/course/category.php index 137976f3e2..c12853c14a 100644 --- a/course/category.php +++ b/course/category.php @@ -324,10 +324,10 @@ echo " "; } if ($course->guest ) { - echo "\"\" "; + echo "id\">\"\" "; } if ($course->password) { - echo "\"\""; + echo "id\">\"\""; } echo ""; }