diff --git a/main/inc/lib/add_course.lib.inc.php b/main/inc/lib/add_course.lib.inc.php
index 6ceb854615..df3577d61e 100644
--- a/main/inc/lib/add_course.lib.inc.php
+++ b/main/inc/lib/add_course.lib.inc.php
@@ -2111,7 +2111,7 @@ function fill_Db_course($courseDbName, $courseRepository, $language,$default_doc
-----------------------------------------------------------
*/
- $intro_text='
.'mr_dokeos.png) | '.lang2db(get_lang('IntroductionText')).' |
';
+ $intro_text='.'img/mr_dokeos.png) | '.lang2db(get_lang('IntroductionText')).' |
';
api_sql_query("INSERT INTO `".$TABLEINTROS . "` VALUES ('" . TOOL_COURSE_HOMEPAGE . "','".$intro_text. "')", __FILE__, __LINE__);
api_sql_query("INSERT INTO `".$TABLEINTROS . "` VALUES ('" . TOOL_STUDENTPUBLICATION . "','".lang2db(get_lang('IntroductionTwo')) . "')", __FILE__, __LINE__);