From: moodler Date: Wed, 6 Nov 2002 08:24:29 +0000 (+0000) Subject: Add link to module editing ... back to module type list X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=22710216f2e378471f0c7f9a528bf69bb3dc765a;p=moodle.git Add link to module editing ... back to module type list --- diff --git a/course/mod.php b/course/mod.php index 9653003ae5..5d48b09f4e 100644 --- a/course/mod.php +++ b/course/mod.php @@ -248,10 +248,12 @@ } $streditinga = get_string("editinga", "moodle", $fullmodulename); + $strmodulenameplural = get_string("modulenameplural", $module->name); if ($course->category) { print_header("$course->shortname: $streditinga", "$course->fullname", "wwwroot/course/view.php?id=$course->id\">$course->shortname -> + wwwroot/mod/$module->name/index.php?id=$course->id\">$strmodulenameplural -> $streditinga", "form.name", "", false); } else { print_header("$course->shortname: $streditinga", "$course->fullname",