Your IP : 216.73.216.245


Current Path : /home/bourgleram/www/398a1/
Upload File :
Current File : /home/bourgleram/www/398a1/breves_ieconfig.php.tar

home/bourgleram/www/plugins-dist/breves/breves_ieconfig.php000070500000000501152525606510020232 0ustar00<?php

if (!defined("_ECRIRE_INC_VERSION")) return;

// On déclare ici la config du core
function breves_ieconfig_metas($table){
	$table['breves']['titre'] = _T('breves:titre_breves');
	$table['breves']['icone'] = 'breve-16.png';
	$table['breves']['metas_brutes'] = 'activer_breves';
	
	return $table;
}

?>