UI fixes see BT#10217

1.9.x
Julio 10 years ago
parent f4d417511c
commit 4df4f644f1
  1. 4
      main/newscorm/blank.php

@ -11,13 +11,15 @@ $language_file = array('learnpath', 'document','exercice');
// Flag to allow for anonymous user - needs to be set before global.inc.php.
$use_anonymous = true;
require_once '../inc/global.inc.php';
Display::display_reduced_header();
$htmlHeadXtra[] = "
<style>
body { background: none;}
</style>
";
Display::display_reduced_header();
if (isset($_GET['error'])) {
switch ($_GET['error']){
case 'document_deleted':

Loading…
Cancel
Save