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

skala
Yannick Warnier 18 years ago
parent fdbf8a4514
commit 4ee92f47bd
  1. 2
      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);

Loading…
Cancel
Save