Changeset 59719 in spip-zone
- Timestamp:
- Mar 25, 2012, 6:50:24 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/Association/Associaspip/exec/adherents.php
r59668 r59719 48 48 echo debut_cadre_enfonce('',true); 49 49 echo recuperer_fond('prive/inc_cadre_etiquette'); 50 fin_cadre_enfonce();50 echo fin_cadre_enfonce(true); 51 51 } 52 52 //Filtre ID et groupe : si le filtre id est actif, on ignore le filtre groupe … … 66 66 echo '<h3>'. _T('plugins_vue_liste') .'</h3>'; 67 67 echo adherents_table($liste_id_auteurs); 68 fin_cadre_enfonce();68 echo fin_cadre_enfonce(true); 69 69 } 70 70 debut_cadre_association('annonce.gif', 'adherent_titre_liste_actifs');
Note: See TracChangeset
for help on using the changeset viewer.