1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/plugins-dist/sites/sites_ieconfig.php
2015-04-28 17:10:23 +02:00

13 lines
No EOL
336 B
PHP

<?php
if (!defined("_ECRIRE_INC_VERSION")) return;
function sites_ieconfig_metas($table){
$table['sites']['titre'] = _T('sites:titre_referencement_sites');
$table['sites']['icone'] = 'site-16.png';
$table['sites']['metas_brutes'] = 'activer_sites,activer_syndic,proposer_sites,moderation_sites';
return $table;
}
?>