-ajout du module adherent dans modules.php

-ajout d'une constante dans adherent.php
This commit is contained in:
jlb 2003-09-15 15:22:59 +00:00
parent 396af63f6d
commit 882524c92f
2 changed files with 4 additions and 1 deletions

View File

@ -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);

View File

@ -1,5 +1,6 @@
<?PHP
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
*
* 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";