diff --git a/htdocs/admin/adherent.php b/htdocs/admin/adherent.php index e6008bafd10..fad6472365e 100644 --- a/htdocs/admin/adherent.php +++ b/htdocs/admin/adherent.php @@ -244,7 +244,8 @@ $constantes=array('ADHERENT_TEXT_NEW_ADH', 'ADHERENT_MAIL_FROM', 'ADHERENT_CARD_HEADER_TEXT', 'ADHERENT_CARD_TEXT', - 'ADHERENT_CARD_FOOTER_TEXT' + 'ADHERENT_CARD_FOOTER_TEXT', + 'ADHERENT_ETIQUETTE_TYPE' ); form_constantes($constantes); diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 9eb510caf21..c2e2af6eb53 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -1,5 +1,6 @@ + * Copyright (C) 2003 Jean-Louis Bergamo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -93,6 +94,7 @@ $modules["MAIN_MODULE_ADHERENT"][0] = "Module adherent"; $modules["MAIN_MODULE_ADHERENT"][1] = "MAIN_MODULE_ADHERENT"; $modules["MAIN_MODULE_ADHERENT"][2] = MAIN_MODULE_ADHERENT; $modules["MAIN_MODULE_ADHERENT"][3] = "Module de gestion des adhérents d'une association"; +$modules["MAIN_MODULE_ADHERENT"][4] = "modAdherent"; $modules["MAIN_MODULE_BOUTIQUE"][0] = "Module boutique"; $modules["MAIN_MODULE_BOUTIQUE"][1] = "MAIN_MODULE_BOUTIQUE";