From 4e525ce3b24652bf644c810d25bf4d2dbbd3e5a7 Mon Sep 17 00:00:00 2001 From: moyooo Date: Fri, 12 Jan 2007 17:18:37 +0000 Subject: [PATCH] correction header git-svn-id: https://forge.glpi-project.org/svn/example/trunk@11 349b9182-4a13-0410-896f-e5e9767dd1b3 --- config.php | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";