Skip to content

Commit 056e640

Browse files
committed
Stop using custom page layout
1 parent ea41197 commit 056e640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
require_login(SITEID, false);
3232
require_capability('local/amos:stage', context_system::instance());
3333

34-
$PAGE->set_pagelayout('translator');
34+
$PAGE->set_pagelayout('standard');
3535
$PAGE->set_url('/local/amos/view.php');
3636
$PAGE->set_title('AMOS ' . get_string('translatortool', 'local_amos'));
3737
$PAGE->set_heading('AMOS ' . get_string('translatortool', 'local_amos'));

0 commit comments

Comments
 (0)