[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / plugins-dist / sites / sites_ieconfig.php
1 <?php
2
3 if (!defined("_ECRIRE_INC_VERSION")) {
4 return;
5 }
6
7 function sites_ieconfig_metas($table) {
8 $table['sites']['titre'] = _T('sites:titre_referencement_sites');
9 $table['sites']['icone'] = 'site-16.png';
10 $table['sites']['metas_brutes'] = 'activer_sites,activer_syndic,proposer_sites,moderation_sites';
11
12 return $table;
13 }