mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-78352 webservice: use default user context page heading.
This commit is contained in:
parent
4ed782dd03
commit
9990a740bf
@ -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 = '';
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user