[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / menus / menus_options.php
diff --git a/www/plugins/menus/menus_options.php b/www/plugins/menus/menus_options.php
new file mode 100644 (file)
index 0000000..13a38aa
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+
+// Sécurité
+if (!defined("_ECRIRE_INC_VERSION")) return;
+
+// On ajoute le nouveau type d'objet
+define('_URL_OBJETS', 'article|breve|rubrique|mot|auteur|site|syndic|menu');
+
+?>