diff --git a/config.php b/config.php index 1c69d21..ca1ac0a 100755 --- a/config.php +++ b/config.php @@ -42,9 +42,10 @@ include (GLPI_ROOT . "/inc/includes.php"); checkRight("config","w"); -commonHeader("TITRE",$_SERVER['PHP_SELF'],"plugins"); // To be available when plugin in not activated usePLugin('example'); + +commonHeader("TITRE",$_SERVER['PHP_SELF'],"config","plugins"); echo "This is the plugin config page
"; echo $LANG['plugin_example']["test"]; commonFooter();