Parcourir la source

Minor - no particular background in the blank.php page

Julio Montoya il y a 9 ans
Parent
commit
861027dd44
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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']){