[svn r16846] added alternative texts on the icons

skala
Juan Carlos Raña 16 years ago
parent 417500a9e4
commit 4fcec997d1
  1. 2
      main/course_home/activity.php

@ -300,7 +300,7 @@ function show_tools_category($course_tool_category)
$toollink = "\t" . '<a ' . $class . ' href="' . htmlspecialchars($toolsRow['link']) . '" target="' . $toolsRow['target'] . '">';
}
echo $toollink;
Display::display_icon($toolsRow['image']);
Display::display_icon($toolsRow['image'], get_lang(ucfirst($toolsRow['name'])));
echo '</a> ';
echo $toollink;

Loading…
Cancel
Save