Fix: Le titre non passé en paramètre

This commit is contained in:
Laurent Destailleur 2004-09-04 12:38:11 +00:00
parent 003cb8f2e7
commit f92d9c7707

View File

@ -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();