mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-78352-401' of https://github.com/paulholden/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
ef2a553bd4
@ -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