diff --git a/view.php b/view.php index 8649c3f07cc1204a3d560e2bccf7e9d767448f1e..b971491b675f151681a97edacc06f104adeb10b6 100644 --- a/view.php +++ b/view.php @@ -32,6 +32,8 @@ require_login(null, false); $PAGE->set_context(context_system::instance()); $PAGE->set_pagelayout('standard'); $PAGE->set_url(new \moodle_url('/admin/tool/lifecycle/view.php')); +$PAGE->navbar->add(get_string('mycourses'))->add(get_string('managecourses_link', 'tool_lifecycle'), + $PAGE->url); // Interaction params. $action = optional_param('action', null, PARAM_ALPHA);