diff --git a/conf/app.struct.ts b/conf/app.struct.ts
index a56dca8b5c7811acf06bf57bc27a34c9253656af..87c54bc137fb07d8bb7e8e79c76c80516da380af 100755
--- a/conf/app.struct.ts
+++ b/conf/app.struct.ts
@@ -16,6 +16,7 @@ import {
   vmapTranslateConfig,
   vmapAPIVmapWebService,
   vmapAdminDatasourceObject,
+  vmapAdminCartoObject,
 } from '../modules/vmap/struct/vmap.struct';
 
 export const appStruct: AppConfig = {
@@ -28,9 +29,10 @@ export const appStruct: AppConfig = {
   'favicon': 'conf/images/Veremes-Leaf-Frame-W.png',
   'modes': [{
     'type': 'separator',
-    'label': 'vMap',
+    'label': 'TITLE_SEPARATOR_MAP',
     'privilege': 'vmap_user'
   },
+  vmapAdminCartoObject,
   {
     'type': 'separator',
     'label': 'TITLE_MODE_VMAP_ADMIN',
@@ -71,35 +73,35 @@ export const appStruct: AppConfig = {
   'widgets': [],
   'documentation': [
     {
-      "name": "vMap",
-      "url": "http://documentation.veremes.net/vmap/fr/index.html"
+      'name': 'vMap',
+      'url': 'http://documentation.veremes.net/vmap/fr/index.html'
     }
   ],
   'credits': {
-    "authors": [
-      "Alexandre Miromenkov",
-      "Anthony Borghi",
-      "Armand Bahi",
-      "Frederic Carretero",
-      "Olivier Gayte",
-      "Laurent Panabières",
-      "Ludivine Premont",
-      "Sofian Pujo"
+    'authors': [
+      'Alexandre Miromenkov',
+      'Anthony Borghi',
+      'Armand Bahi',
+      'Frederic Carretero',
+      'Olivier Gayte',
+      'Laurent Panabières',
+      'Ludivine Premont',
+      'Sofian Pujo'
     ],
-    "graphics": [
-      "Alexandre Roy"
+    'graphics': [
+      'Alexandre Roy'
     ],
-    "libs": [
-      "Apache",
-      "Angular",
-      "Bootstrap",
-      "Postgres",
-      "Symfony",
-      "OpenLayers",
-      "Open Street Maps",
-      "jQuery"
+    'libs': [
+      'Apache',
+      'Angular',
+      'Bootstrap',
+      'Postgres',
+      'Symfony',
+      'OpenLayers',
+      'Open Street Maps',
+      'jQuery'
     ],
-    "contact": "www.veremes.com",
-    "licence": "© Veremes"
+    'contact': 'www.veremes.com',
+    'licence': '© Veremes'
   }
 };
\ No newline at end of file