Fix: title

This commit is contained in:
Laurent Destailleur 2012-09-05 16:20:51 +02:00
parent 7910993d90
commit 2e2f156839

View File

@ -35,11 +35,14 @@ if (! $user->admin)
* View
*/
llxHeader();
$title=$langs->trans("SystemToolsArea");
if (GETPOST('leftmenu') == 'modulesadmintools') $title=$langs->trans("ModulesSystemTools");
llxHeader(array(),$title);
$form = new Form($db);
print_fiche_titre($langs->trans("SystemToolsArea"),'','setup');
print_fiche_titre($title,'','setup');
print $langs->trans("SystemToolsAreaDesc").'<br>';
print "<br>";