From 6cb7b252925dfe2dd60286c97997d324d2fa7bc3 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 19 May 2011 17:14:51 +0200 Subject: [PATCH] Fixing help section button see #3466 --- main/help/help.php | 49 +++++++-------------------------- main/inc/banner.inc.php | 10 +++++-- main/inc/lib/banner.lib.php | 13 +-------- main/inc/reduced_header.inc.php | 16 +++++++++-- 4 files changed, 32 insertions(+), 56 deletions(-) diff --git a/main/help/help.php b/main/help/help.php index e68b03509c..80d46f6007 100755 --- a/main/help/help.php +++ b/main/help/help.php @@ -4,7 +4,7 @@ /** * This script displays a help window. * - * @package dokeos.help + * @package chamilo.help */ // Language file that needs to be included @@ -12,43 +12,14 @@ $language_file = 'help'; require_once '../inc/global.inc.php'; $help_name = Security::remove_XSS($_GET['open']); -header('Content-Type: text/html; charset='. api_get_system_encoding()); - -/* - * Choose CSS style platform's, user's, course's, or Learning path CSS - */ - -$my_style = api_get_visual_theme(); - -?> - - - - - -<?php echo get_lang('H'.$help_name); ?> - - - - - -
- -

- -

- -

- -
- - \ No newline at end of file + +

+ +

+ +

+ + \ No newline at end of file diff --git a/main/inc/banner.inc.php b/main/inc/banner.inc.php index f84d7012cb..2b1e99535b 100755 --- a/main/inc/banner.inc.php +++ b/main/inc/banner.inc.php @@ -14,10 +14,16 @@ require_once api_get_path(LIBRARY_PATH).'banner.lib.php'; $session_id = api_get_session_id(); $session_name = api_get_session_name($my_session_id); echo '
'; + echo '