[example] fix function call order (thanks yllen)

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@67 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
remicollet
2009-03-13 11:22:23 +00:00
parent 662f859a34
commit 0fd33d4e9b

View File

@ -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<br>";
echo $LANG['plugin_example']["test"];
commonFooter();