Edit the title
This commit is contained in:
parent
d0f58c52a2
commit
430c9fa09a
@ -79,7 +79,7 @@ $PAGE->set_heading($titlepage);
|
||||
$PAGE->set_title($titlepage);
|
||||
|
||||
/* The page title */
|
||||
$PAGE->navbar->add(new lang_string("local", "moodle"));
|
||||
$PAGE->navbar->add(new lang_string("localplugins", "moodle"));
|
||||
$PAGE->navbar->add(new lang_string("pluginname", "local_webhooks"));
|
||||
$PAGE->navbar->add(new lang_string("managerservice", "local_webhooks"), $managerservice);
|
||||
$PAGE->navbar->add($titlepage);
|
||||
|
@ -56,7 +56,7 @@ $PAGE->set_title($titlepage);
|
||||
$PAGE->set_heading($titlepage);
|
||||
|
||||
/* The page title */
|
||||
$PAGE->navbar->add(new lang_string("local", "moodle"));
|
||||
$PAGE->navbar->add(new lang_string("localplugins", "moodle"));
|
||||
$PAGE->navbar->add(new lang_string("pluginname", "local_webhooks"));
|
||||
$PAGE->navbar->add($titlepage, $baseurl);
|
||||
echo $OUTPUT->header();
|
||||
|
Loading…
x
Reference in New Issue
Block a user