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
311 B
13 lines
311 B
<?php |
|
|
|
if (!defined("_ECRIRE_INC_VERSION")) return; |
|
|
|
function organiseur_ieconfig_metas($table){ |
|
$table['organiseur']['titre'] = _T('titre_messagerie_agenda'); |
|
$table['organiseur']['icone'] = 'messagerie-16.png'; |
|
$table['organiseur']['metas_brutes'] = 'messagerie_agenda'; |
|
|
|
return $table; |
|
} |
|
|
|
?>
|