Changeset 48001 in spip-zone for _plugins_/Association/Associaspip/association_options.php
- Timestamp:
- May 22, 2011, 2:26:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/Association/Associaspip/association_options.php
r47477 r48001 11 11 12 12 if (!defined("_ECRIRE_INC_VERSION")) return; 13 14 /* tester si un plugin est actif, utilise pour l'interface optionnelle avec Coordonnees */ 15 function plugin_actif($prefixe) { 16 include_spip('inc/plugin'); 17 $liste_plugins = liste_plugin_actifs(); 18 return isset($liste_plugins[$prefixe]); 19 } 13 20 14 21 // Le premier element indique un ancien membre
Note: See TracChangeset
for help on using the changeset viewer.