set_url($_SERVER['PHP_SELF']); $PAGE->set_pagelayout('admin'); $PAGE->set_context(context_system::instance()); print $OUTPUT->header(); print $OUTPUT->heading(get_string('error')); print '
' . get_string('nopermissiontoshow', 'core_error') . '
';