Skip to content
Snippets Groups Projects
Commit 27670d62 authored by Christophe Battarel's avatar Christophe Battarel
Browse files

fix missing $conf global var in llxHeader() function

parent f4459ee1
No related branches found
No related tags found
No related merge requests found
......@@ -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))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment