diff options
author | RaindropsSys <contact@minteck.org> | 2023-04-03 22:22:48 +0200 |
---|---|---|
committer | RaindropsSys <contact@minteck.org> | 2023-04-03 22:22:48 +0200 |
commit | 704e1c22efe6056b0fc2f59b2766f47e1c8d71cc (patch) | |
tree | 25c3c3980c115e7bcbc60e62f4b3d3f7fc184c71 /includes/components/navigation.inc | |
parent | bbf20f987bb6a7561be3d98518ddaa41b71eaf67 (diff) | |
download | pluralconnect-704e1c22efe6056b0fc2f59b2766f47e1c8d71cc.tar.gz pluralconnect-704e1c22efe6056b0fc2f59b2766f47e1c8d71cc.tar.bz2 pluralconnect-704e1c22efe6056b0fc2f59b2766f47e1c8d71cc.zip |
Updated 19 files and added 12 files (automated)
Diffstat (limited to 'includes/components/navigation.inc')
-rw-r--r-- | includes/components/navigation.inc | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/includes/components/navigation.inc b/includes/components/navigation.inc index 29168ec..4f7a51f 100644 --- a/includes/components/navigation.inc +++ b/includes/components/navigation.inc @@ -142,6 +142,14 @@ $navigation_admin = [ "private" => true ], [ + "name" => $pages["contacts"]["name"][$lang["_name"]], + "icon" => "/assets/icons/contacts.svg", + "invert" => true, + "link" => "/-/contacts", + "stepped" => null, + "private" => true + ], + [ "name" => $pages["schedules"]["name"][$lang["_name"]], "icon" => "/assets/icons/schedules.svg", "invert" => true, @@ -310,14 +318,6 @@ $navigation_cloudburst = [ "link" => "/cloudburst/-/history", "stepped" => null, "private" => false - ], - [ - "name" => $pages["s:compare"]["name"][$lang["_name"]], - "icon" => "/assets/icons/compare.svg", - "invert" => true, - "link" => "/cloudburst/-/compare", - "stepped" => null, - "private" => false ] ] ], @@ -353,14 +353,6 @@ $navigation_other = [ "link" => "/" . $app["other"]["slug"] . "/-/history", "stepped" => null, "private" => false - ], - [ - "name" => $pages["s:compare"]["name"][$lang["_name"]], - "icon" => "/assets/icons/compare.svg", - "invert" => true, - "link" => "/" . $app["other"]["slug"] . "/-/compare", - "stepped" => null, - "private" => false ] ] ], @@ -396,14 +388,6 @@ $navigation_raindrops = [ "link" => "/raindrops/-/history", "stepped" => null, "private" => false - ], - [ - "name" => $pages["s:compare"]["name"][$lang["_name"]], - "icon" => "/assets/icons/compare.svg", - "invert" => true, - "link" => "/raindrops/-/compare", - "stepped" => null, - "private" => false ] ] ], |