From f8932dce338f230c5522ff0ff1256be4c392e84a Mon Sep 17 00:00:00 2001 From: Julio Date: Mon, 28 Sep 2015 09:56:38 +0200 Subject: [PATCH] Forcing empty background --- main/exercice/exercise_result.php | 5 +++++ main/exercice/exercise_show.php | 5 +++++ main/exercice/result.php | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/main/exercice/exercise_result.php b/main/exercice/exercise_result.php index f0785ff5f5..40e9d333d8 100755 --- a/main/exercice/exercise_result.php +++ b/main/exercice/exercise_result.php @@ -79,6 +79,11 @@ if ($origin != 'learnpath') { // So we are not in learnpath tool Display::display_header($nameTools, get_lang('Exercise')); } else { + $htmlHeadXtra[] = " + + "; Display::display_reduced_header(); } diff --git a/main/exercice/exercise_show.php b/main/exercice/exercise_show.php index fdd296be4f..60ac94d3d2 100755 --- a/main/exercice/exercise_show.php +++ b/main/exercice/exercise_show.php @@ -123,6 +123,11 @@ $this_section = SECTION_COURSES; if ($origin != 'learnpath') { Display::display_header(''); } else { + $htmlHeadXtra[] = " + + "; Display::display_reduced_header(); } ?> diff --git a/main/exercice/result.php b/main/exercice/result.php index d2917006af..95471191ff 100755 --- a/main/exercice/result.php +++ b/main/exercice/result.php @@ -62,6 +62,11 @@ if ($show_headers) { $this_section = SECTION_COURSES; Display::display_header(); } else { + $htmlHeadXtra[] = " + + "; Display::display_reduced_header(); }