summaryrefslogtreecommitdiff
path: root/includes/components/navigation.inc
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-05-12 16:43:04 +0200
committerRaindropsSys <contact@minteck.org>2023-05-12 16:43:04 +0200
commit0e4f6cea6a4f8d1f860ded405a66f9fca9d93d96 (patch)
treef8dcad460d9120442e23c8c567ba246eed39f71a /includes/components/navigation.inc
parent761c84c0c17c04113608a20e8401270023741c7e (diff)
downloadpluralconnect-0e4f6cea6a4f8d1f860ded405a66f9fca9d93d96.tar.gz
pluralconnect-0e4f6cea6a4f8d1f860ded405a66f9fca9d93d96.tar.bz2
pluralconnect-0e4f6cea6a4f8d1f860ded405a66f9fca9d93d96.zip
Updated 5 files and added 29 files (automated)
Diffstat (limited to 'includes/components/navigation.inc')
-rw-r--r--includes/components/navigation.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/includes/components/navigation.inc b/includes/components/navigation.inc
index 4f7a51f..a5aa734 100644
--- a/includes/components/navigation.inc
+++ b/includes/components/navigation.inc
@@ -206,6 +206,14 @@ $navigation_admin = [
"private" => true
],
[
+ "name" => $pages["pair"]["name"][$lang["_name"]],
+ "icon" => "/assets/icons/pair.svg",
+ "invert" => true,
+ "link" => "/-/pair",
+ "stepped" => null,
+ "private" => true
+ ],
+ [
"name" => $pages["logout"]["name"][$lang["_name"]],
"icon" => "/assets/icons/logout.svg",
"invert" => true,