[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / organiseur / organiseur_ieconfig.php
diff --git a/www/plugins-dist/organiseur/organiseur_ieconfig.php b/www/plugins-dist/organiseur/organiseur_ieconfig.php
new file mode 100644 (file)
index 0000000..88f93a4
--- /dev/null
@@ -0,0 +1,13 @@
+<?php\r
+\r
+if (!defined("_ECRIRE_INC_VERSION")) return;\r
+\r
+function organiseur_ieconfig_metas($table){\r
+       $table['organiseur']['titre'] = _T('titre_messagerie_agenda');\r
+       $table['organiseur']['icone'] = 'messagerie-16.png';\r
+       $table['organiseur']['metas_brutes'] = 'messagerie_agenda';\r
+       \r
+       return $table;\r
+}\r
+\r
+?>
\ No newline at end of file