From 27670d62ba4fc8b0f85d4af51b953855618015f0 Mon Sep 17 00:00:00 2001 From: Christophe Battarel Date: Tue, 11 Dec 2012 15:14:43 +0100 Subject: [PATCH] fix missing $conf global var in llxHeader() function --- htdocs/main.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 48731cec6cb..2a13c7f19e5 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -791,6 +791,8 @@ if (! function_exists("llxHeader")) */ function llxHeader($head = '', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='') { + global $conf; + top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); // Show html headers if (empty($conf->global->MAIN_HIDE_TOP_MENU)) {