Browse Source

add mr_chamilo in description exercise CT#8128

Alex Aragon 9 years ago
parent
commit
51eaded00c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/inc/lib/add_course.lib.inc.php

+ 2 - 2
main/inc/lib/add_course.lib.inc.php

@@ -1031,8 +1031,8 @@ class AddCourse
             $exercise->exercise = get_lang('ExerciceEx');
             $html = '<table width="100%" border="0" cellpadding="0" cellspacing="0">
                         <tr>
-                        <td width="110" valign="top" align="left">
-                            <img src="' . api_get_path(WEB_CODE_PATH) . 'default_course_document/images/mr_dokeos/thinking.jpg">
+                        <td width="220" valign="top" align="left">
+                            <img src="' . api_get_path(WEB_CODE_PATH) . 'default_course_document/images/mr_chamilo/doubts.png">
                         </td>
                         <td valign="top" align="left">' . get_lang('Antique') . '</td></tr>
                     </table>';