forked from spip/sites
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
341 B
13 lines
341 B
<?php
|
|
|
|
if (!defined('_ECRIRE_INC_VERSION')) {
|
|
return;
|
|
}
|
|
|
|
function sites_ieconfig_metas($table) {
|
|
$table['sites_meta']['titre'] = _T('sites:titre_referencement_sites');
|
|
$table['sites_meta']['icone'] = 'site-16.png';
|
|
$table['sites_meta']['metas_brutes'] = 'activer_sites,activer_syndic,proposer_sites,moderation_sites';
|
|
|
|
return $table;
|
|
}
|