diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php index 1f8727c4c5f..63b78778dd7 100644 --- a/htdocs/categories/viewcat.php +++ b/htdocs/categories/viewcat.php @@ -72,8 +72,11 @@ if ($user->rights->categorie->supprimer && $_POST["action"] == 'confirm_delete' * View */ +$html = new Form($db); + llxHeader ("","",$langs->trans("Categories")); + if ($mesg) print $mesg.'
';