Skip to content

Commit

Permalink
Fix: title
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 5, 2012
1 parent 7910993 commit 2e2f156
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions htdocs/admin/tools/index.php
Expand Up @@ -35,11 +35,14 @@
* 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>";
Expand Down

0 comments on commit 2e2f156

Please sign in to comment.