[svn r14836] Remplacer Mr Dokeos (FS#2450)

skala
Julio Montoya 18 years ago
parent dd23b68f6d
commit 7a9a823726
  1. BIN
      main/img/mr_dokeos.png
  2. 2
      main/inc/lib/add_course.lib.inc.php

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

@ -1891,7 +1891,7 @@ function fill_Db_course($courseDbName, $courseRepository, $language,$default_doc
Introduction text
-----------------------------------------------------------
*/
$intro_text='<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="110" valign="top" align="left"><img src="'.api_get_path(WEB_IMG_PATH).'mr_dokeos.png" alt="mr. Dokeos" title="mr. Dokeos" /></td><td valign="top" align="left">'.lang2db(get_lang('IntroductionText')).'</td></tr></table>';
$intro_text='<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td width="110" valign="middle" align="left"><img src="'.api_get_path(WEB_IMG_PATH).'mr_dokeos.png" alt="mr. Dokeos" title="mr. Dokeos" /></td><td valign="middle" align="left">'.lang2db(get_lang('IntroductionText')).'</td></tr></table>';
api_sql_query("INSERT INTO `".$TABLEINTROS . "` VALUES ('" . TOOL_COURSE_HOMEPAGE . "','".$intro_text. "')");
api_sql_query("INSERT INTO `".$TABLEINTROS . "` VALUES ('" . TOOL_STUDENTPUBLICATION . "','".lang2db(get_lang('IntroductionTwo')) . "')");

Loading…
Cancel
Save