Sfoglia il codice sorgente

Minor - no particular background in the blank.php page

Julio Montoya 9 anni fa
parent
commit
861027dd44
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      main/newscorm/blank.php

+ 5 - 0
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']){