Fix: Le titre non pass en paramtre
This commit is contained in:
parent
003cb8f2e7
commit
f92d9c7707
@ -21,15 +21,14 @@
|
||||
*/
|
||||
require("../main.inc.php");
|
||||
|
||||
function llxHeader($head = "", $urlp = "")
|
||||
{
|
||||
function llxHeader($head = "", $title="") {
|
||||
global $user, $conf;
|
||||
|
||||
/*
|
||||
*
|
||||
*
|
||||
*/
|
||||
top_menu($head);
|
||||
top_menu($head, $title);
|
||||
|
||||
$menu = new Menu();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user