MDL-78352 webservice: use default user context page heading.

This commit is contained in:
Paul Holden
2023-05-26 12:27:48 +01:00
parent abb8647b62
commit 959bb8ba01
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -32,7 +32,6 @@ $usercontext = context_user::instance($USER->id);
$PAGE->set_context($usercontext);
$PAGE->set_url('/user/managetoken.php');
$PAGE->set_title(get_string('securitykeys', 'webservice'));
$PAGE->set_heading(get_string('securitykeys', 'webservice'));
$PAGE->set_pagelayout('admin');
$rsstokenboxhtml = $webservicetokenboxhtml = '';
-1
View File
@@ -35,7 +35,6 @@ $tokenid = required_param('id', PARAM_INT);
$PAGE->set_context($usercontext);
$PAGE->set_url('/user/wsdoc.php');
$PAGE->set_title(get_string('wsdocumentation', 'webservice'));
$PAGE->set_heading(get_string('wsdocumentation', 'webservice'));
$PAGE->set_pagelayout('standard');
// nav bar