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

This commit is contained in:
Paul Holden 2023-05-25 09:05:49 +01:00
parent 4ed782dd03
commit 9990a740bf
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164
2 changed files with 0 additions and 2 deletions

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 = '';

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