File "sites_ieconfig.php"

Full path: /home/argothem/www/v4_old/plugins-dist/sites/base/sites_ieconfig.php
File size: 341 bytes
MIME-type: text/x-php
Charset: utf-8

<?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;
}