
3 changed files with 15 additions and 0 deletions
@ -0,0 +1,13 @@
|
||||
<?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; |
||||
} |
||||
|
||||
?> |
Loading…
Reference in new issue