Browse Source

[svn r13374] Removed absolute path from internal link from html to png in imported slides

Yannick Warnier 17 years ago
parent
commit
4ee92f47bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/presentation.class.php

+ 1 - 1
main/newscorm/presentation.class.php

@@ -123,7 +123,7 @@ class presentation extends learnpath {
 						'<html>
 						<head></head>
 						<body>
-							<img src="'.$_configuration['url_append'].'/courses/'.$_course['path'].'/document'.$created_dir.'/'.$file.'" />
+							<img src="./'.$file.'" />
 						</body>
 						</html>');
 				fclose($fp);