diff --git a/config.php b/config.php index bb1b01f..e540bb3 100755 --- a/config.php +++ b/config.php @@ -41,7 +41,7 @@ include (GLPI_ROOT . "/inc/includes.php"); checkRight("config","w"); -commonHeader("TITRE",$_SERVER['PHP_SELF']); +commonHeader("TITRE",$_SERVER['PHP_SELF'],"plugins"); echo "This is the plugin config page"; diff --git a/index.php b/index.php index 3fe1fdd..c7c4891 100755 --- a/index.php +++ b/index.php @@ -39,7 +39,7 @@ define('GLPI_ROOT', '../..'); include (GLPI_ROOT . "/inc/includes.php"); -commonHeader("TITRE",$_SERVER['PHP_SELF']); +commonHeader("TITRE",$_SERVER['PHP_SELF'],"plugins"); echo "This is the plugin index file";