From 22710216f2e378471f0c7f9a528bf69bb3dc765a Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 6 Nov 2002 08:24:29 +0000 Subject: [PATCH] Add link to module editing ... back to module type list --- course/mod.php | 2 ++ 1 file changed, 2 insertions(+) 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", -- 2.39.5