From f97aa9447e8292c78b61f8d6a44a7af5bb381330 Mon Sep 17 00:00:00 2001 From: jlb Date: Fri, 29 Aug 2003 13:02:05 +0000 Subject: [PATCH] rajout des constantes relatives aux cartes d'adherents --- htdocs/admin/adherent.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/adherent.php b/htdocs/admin/adherent.php index 8dee779e8ea..dc9620fe889 100644 --- a/htdocs/admin/adherent.php +++ b/htdocs/admin/adherent.php @@ -206,7 +206,10 @@ $constantes=array('ADH_TEXT_NEW_ADH', 'MAIN_MAIL_RESIL', 'MAIN_MAIL_VALID_SUBJECT', 'MAIN_MAIL_VALID', - 'MAIN_MAIL_FROM' + 'MAIN_MAIL_FROM', + 'ADH_CARD_HEADER_TEXT', + 'ADH_CARD_TEXT', + 'ADH_CARD_FOOTER_TEXT' ); form_constantes($constantes);