diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 453d833..5c38762 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -15,7 +15,7 @@ "children": [ { "id": 1001202001, - "pid": "/", + "pid": "/messages", "type": 3, "subtype": 1, "name": "Dashboard", @@ -30,7 +30,7 @@ }, { "id": 1001203001, - "pid": "/", + "pid": "/messages", "type": 3, "subtype": 1, "name": "Inbox", @@ -46,7 +46,7 @@ }, { "id": 1001204001, - "pid": "/", + "pid": "/messages", "type": 3, "subtype": 1, "name": "Outbox", @@ -62,7 +62,7 @@ }, { "id": 1001205001, - "pid": "/", + "pid": "/messages", "type": 3, "subtype": 1, "name": "Trash", @@ -78,7 +78,7 @@ }, { "id": 1001206001, - "pid": "/", + "pid": "/messages", "type": 3, "subtype": 1, "name": "Spam", @@ -94,7 +94,7 @@ }, { "id": 1001207001, - "pid": "/", + "pid": "/messages", "type": 3, "subtype": 1, "name": "Draft", @@ -110,7 +110,7 @@ }, { "id": 1001208001, - "pid": "/", + "pid": "/messages", "type": 3, "subtype": 1, "name": "Templates", @@ -125,7 +125,7 @@ }, { "id": 1001209001, - "pid": "/", + "pid": "/messages", "type": 3, "subtype": 1, "name": "Settings", diff --git a/Theme/Backend/mail-create.tpl.php b/Theme/Backend/mail-create.tpl.php index 30cc43f..6a0cf39 100755 --- a/Theme/Backend/mail-create.tpl.php +++ b/Theme/Backend/mail-create.tpl.php @@ -18,13 +18,13 @@ echo $this->data['nav']->render(); ?>