Fix: title lost
This commit is contained in:
parent
fde683199e
commit
dd7fe85d29
@ -38,7 +38,7 @@ function llxHeader($head = '', $title='', $help_url='')
|
|||||||
{
|
{
|
||||||
global $user, $conf, $langs;
|
global $user, $conf, $langs;
|
||||||
|
|
||||||
top_menu($head);
|
top_menu($head, $title);
|
||||||
|
|
||||||
$menu = new Menu();
|
$menu = new Menu();
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ function llxHeader($head = '', $title='', $help_url='')
|
|||||||
{
|
{
|
||||||
global $conf,$user,$langs;
|
global $conf,$user,$langs;
|
||||||
|
|
||||||
top_menu($head);
|
top_menu($head, $title);
|
||||||
|
|
||||||
$menu = new Menu();
|
$menu = new Menu();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user