Merge branch 'wip-mdl-41418-m25' of git://github.com/rajeshtaneja/moodle into MOODLE_25_STABLE
This commit is contained in:
+1
-1
@@ -49,9 +49,9 @@
|
||||
header("Status: 404 Not Found");
|
||||
|
||||
$PAGE->set_url('/error/');
|
||||
$PAGE->set_context(get_system_context());
|
||||
$PAGE->set_title($site->fullname .':Error');
|
||||
$PAGE->set_heading($site->fullname .': Error 404');
|
||||
$PAGE->set_context(get_system_context());
|
||||
$PAGE->navbar->add('Error 404 - File not Found');
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->box(get_string('pagenotexist', 'error'). '<br />'.s($requesturi), 'generalbox boxaligncenter');
|
||||
|
||||
Reference in New Issue
Block a user