Skip to content

Commit

Permalink
fixed image link to icon.gif.
Browse files Browse the repository at this point in the history
  • Loading branch information
mits committed May 8, 2005
1 parent 9c08a28 commit 4894883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/ja/help/hotpot/mods.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p><img src="http://localhost/moodle/mod/hotpot/icon.gif" alt="" /> <b>Hot Potatoes</b></p>
<p><img src="<?php echo "$CFG->wwwroot/mod/hotpot/icon.gif" ?>" alt="" /> <b>Hot Potatoes</b></p>

<p>
この「HotPotモジュール」では、教師がMoodle経由で<a href="http://web.uvic.ca/hrd/halfbaked/" target="_blank">Hot Potatoes</a>クイズを管理することができます。クイズは教師のコンピュータで作成して、Moodleのコースにアップロードします。</p>
Expand Down
2 changes: 1 addition & 1 deletion lang/ja_utf8/help/hotpot/mods.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p><img src="http://localhost/moodle/mod/hotpot/icon.gif" alt="" /> <b>Hot Potatoes</b></p>
<p><img src="<?php echo "$CFG->wwwroot/mod/hotpot/icon.gif" ?>" alt="" /> <b>Hot Potatoes</b></p>

<p>
この「HotPotモジュール」では、教師がMoodle経由で<a href="http://web.uvic.ca/hrd/halfbaked/" target="_blank">Hot Potatoes</a>クイズを管理することができます。クイズは教師のコンピュータで作成して、Moodleのコースにアップロードします。</p>
Expand Down

0 comments on commit 4894883

Please sign in to comment.