fix missing $conf global var in llxHeader() function
This commit is contained in:
parent
f4459ee1f1
commit
27670d62ba
@ -791,6 +791,8 @@ if (! function_exists("llxHeader"))
|
|||||||
*/
|
*/
|
||||||
function llxHeader($head = '', $title='', $help_url='', $target='', $disablejs=0, $disablehead=0, $arrayofjs='', $arrayofcss='', $morequerystring='')
|
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
|
top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss); // Show html headers
|
||||||
if (empty($conf->global->MAIN_HIDE_TOP_MENU))
|
if (empty($conf->global->MAIN_HIDE_TOP_MENU))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user