summaryrefslogtreecommitdiff
path: root/includes/navigation.inc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-11-11 23:47:49 +0100
committerMinteck <contact@minteck.org>2022-11-11 23:47:49 +0100
commit209356b8ade1920b50d1d3a1a5e121c6623d167b (patch)
tree5301396987d1510f715a0b1c24754873af19e1dc /includes/navigation.inc
parent2c4ae43e688a9873e86211ea0e7aeb9ba770dd77 (diff)
downloadpluralconnect-209356b8ade1920b50d1d3a1a5e121c6623d167b.tar.gz
pluralconnect-209356b8ade1920b50d1d3a1a5e121c6623d167b.tar.bz2
pluralconnect-209356b8ade1920b50d1d3a1a5e121c6623d167b.zip
Update
Diffstat (limited to 'includes/navigation.inc')
-rw-r--r--includes/navigation.inc17
1 files changed, 12 insertions, 5 deletions
diff --git a/includes/navigation.inc b/includes/navigation.inc
index 8ad019c..8e6e8cd 100644
--- a/includes/navigation.inc
+++ b/includes/navigation.inc
@@ -81,10 +81,10 @@ $navigation_admin = [
"stepped" => null
],
[
- "name" => $pages["rules"]["name"],
- "icon" => "/assets/icons/rules.svg",
+ "name" => $pages["rules-old"]["name"],
+ "icon" => "/assets/icons/rules-old.svg",
"invert" => true,
- "link" => "/-/rules",
+ "link" => "/-/rules-old",
"stepped" => null
],
[
@@ -95,6 +95,13 @@ $navigation_admin = [
"stepped" => null
],
[
+ "name" => $pages["computers"]["name"],
+ "icon" => "/assets/icons/computers.svg",
+ "invert" => true,
+ "link" => "/-/computers",
+ "stepped" => null
+ ],
+ [
"name" => $pages["nicknames"]["name"],
"icon" => "/assets/icons/nicknames.svg",
"invert" => true,
@@ -228,7 +235,7 @@ $navigation_global = [
]
]
],
- "tools" => [
+ /*"tools" => [
"name" => "Tools",
"minimal" => false,
"items" => [
@@ -247,7 +254,7 @@ $navigation_global = [
"stepped" => null
]
]
- ]
+ ]*/
]
];
$navigation_cloudburst = [