Fix: title lost

This commit is contained in:
Laurent Destailleur 2009-07-08 15:02:50 +00:00
parent fde683199e
commit dd7fe85d29
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ function llxHeader($head = '', $title='', $help_url='')
{
global $user, $conf, $langs;
top_menu($head);
top_menu($head, $title);
$menu = new Menu();

View File

@ -31,7 +31,7 @@ function llxHeader($head = '', $title='', $help_url='')
{
global $conf,$user,$langs;
top_menu($head);
top_menu($head, $title);
$menu = new Menu();