Changeset 59229 in spip-zone
- Timestamp:
- Mar 12, 2012, 5:59:49 AM (9 years ago)
- Location:
- _plugins_/ma-lettre
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ma-lettre/exec/malettre.php
r58960 r59229 3 3 // Ma lettre 4 4 // --------------------------------------------------------- 5 5 if (!defined("_ECRIRE_INC_VERSION")) return; 6 6 7 7 include(dirname(__FILE__).'/../inc_malettre.php'); … … 165 165 } 166 166 167 // calcul du patron 167 // calcul du patron 168 $flag_preserver = true; // empecher ajout feuille spip_admin.css 168 169 $sourceHTML .= malettre_get_contents("malettre",$id_article_edito,$selection,$selection_eve,$lang); 169 170 $sourceTXT .= malettre_get_contents("malettre_txt",$id_article_edito,$selection,$selection_eve,$lang); -
_plugins_/ma-lettre/plugin.xml
r58960 r59229 3 3 <slogan>Composer sur mesure une lettre d'information (newsletter)</slogan> 4 4 <auteur>[erational->http://www.erational.org]</auteur> 5 <licence>GNU/GPL - (c) 2006-201 0</licence>6 <version>2.3. 1</version>5 <licence>GNU/GPL - (c) 2006-2012</licence> 6 <version>2.3.2</version> 7 7 <etat>stable</etat> 8 8 <description>
Note: See TracChangeset
for help on using the changeset viewer.