Minor - no particular background in the blank.php page

1.10.x
Julio Montoya 11 years ago
parent 8371a3754f
commit 861027dd44
  1. 5
      main/newscorm/blank.php

@ -9,6 +9,11 @@
$use_anonymous = true;
require_once '../inc/global.inc.php';
Display::display_reduced_header();
$htmlHeadXtra[] = "
<style>
body { background: none;}
</style>
";
if (isset($_GET['error'])) {
switch ($_GET['error']){

Loading…
Cancel
Save