summaryrefslogtreecommitdiff
path: root/includes/navigation.inc
diff options
context:
space:
mode:
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 = [