From 01598b13f395734f362cc5b1804dc58e913385d9 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 11 Dec 2012 18:10:08 -0500 Subject: [PATCH] Added title to course icon for WAI compliance --- main/template/default/auth/courses_categories.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/template/default/auth/courses_categories.php b/main/template/default/auth/courses_categories.php index 3448572a34..6b4fac91fa 100644 --- a/main/template/default/auth/courses_categories.php +++ b/main/template/default/auth/courses_categories.php @@ -149,10 +149,10 @@ $stok = Security::get_token(); echo '
'; if (api_get_setting('show_courses_descriptions_in_catalog') == 'true') { echo ''; - echo ''; + echo ''.$title.''; echo ''; } else { - echo ''; + echo ''.$title.''; } echo '
';//thumb echo '';