Skip to content
Snippets Groups Projects
Commit 2e2f1568 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: title

parent 7910993d
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,14 @@ if (! $user->admin) ...@@ -35,11 +35,14 @@ if (! $user->admin)
* View * View
*/ */
llxHeader(); $title=$langs->trans("SystemToolsArea");
if (GETPOST('leftmenu') == 'modulesadmintools') $title=$langs->trans("ModulesSystemTools");
llxHeader(array(),$title);
$form = new Form($db); $form = new Form($db);
print_fiche_titre($langs->trans("SystemToolsArea"),'','setup'); print_fiche_titre($title,'','setup');
print $langs->trans("SystemToolsAreaDesc").'<br>'; print $langs->trans("SystemToolsAreaDesc").'<br>';
print "<br>"; print "<br>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment