Skip to content
Snippets Groups Projects
Commit c31e144b authored by Justus Dieckmann's avatar Justus Dieckmann Committed by Tobias Reischmann
Browse files

Add breadcrumbs for view.php

parent ed8b8e17
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,8 @@ require_login(null, false); ...@@ -32,6 +32,8 @@ require_login(null, false);
$PAGE->set_context(context_system::instance()); $PAGE->set_context(context_system::instance());
$PAGE->set_pagelayout('standard'); $PAGE->set_pagelayout('standard');
$PAGE->set_url(new \moodle_url('/admin/tool/lifecycle/view.php')); $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. // Interaction params.
$action = optional_param('action', null, PARAM_ALPHA); $action = optional_param('action', null, PARAM_ALPHA);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment