From c31e144b821899ef8dbad67382d0c0a040d3127a Mon Sep 17 00:00:00 2001
From: Justus Dieckmann <justusdieckmann@wwu.de>
Date: Tue, 3 Sep 2019 15:23:32 +0200
Subject: [PATCH] Add breadcrumbs for view.php

---
 view.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/view.php b/view.php
index 8649c3f..b971491 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);
-- 
GitLab