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