summaryrefslogtreecommitdiff
path: root/includes/navigation.inc
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-02 20:29:01 +0100
committerMinteck <contact@minteck.org>2023-01-02 20:29:01 +0100
commite72d0adbcd7e69928a1ef380c7a841c160284c68 (patch)
tree1b9b9c29bb4fd39b6bdf577375bb91be3b9d6be1 /includes/navigation.inc
parentc9de96328e59816ff4867abf5feab9fb9bf29511 (diff)
downloadpluralconnect-e72d0adbcd7e69928a1ef380c7a841c160284c68.tar.gz
pluralconnect-e72d0adbcd7e69928a1ef380c7a841c160284c68.tar.bz2
pluralconnect-e72d0adbcd7e69928a1ef380c7a841c160284c68.zip
Update
Diffstat (limited to 'includes/navigation.inc')
-rw-r--r--includes/navigation.inc13
1 files changed, 3 insertions, 10 deletions
diff --git a/includes/navigation.inc b/includes/navigation.inc
index bdafe99..fe1c9ee 100644
--- a/includes/navigation.inc
+++ b/includes/navigation.inc
@@ -54,13 +54,6 @@ $navigation_admin = [
"minimal" => false,
"items" => [
[
- "name" => $pages["dashboard"]["name"][$lang["_name"]],
- "icon" => "/assets/icons/dashboard.svg",
- "invert" => true,
- "link" => "/-/dashboard",
- "stepped" => null
- ],
- [
"name" => $pages["about"]["name"][$lang["_name"]],
"icon" => "/assets/icons/about.svg",
"invert" => true,
@@ -89,10 +82,10 @@ $navigation_admin = [
"stepped" => null
],
[
- "name" => $pages["rules-old"]["name"][$lang["_name"]],
- "icon" => "/assets/icons/rules-old.svg",
+ "name" => $pages["rules"]["name"][$lang["_name"]],
+ "icon" => "/assets/icons/rules.svg",
"invert" => true,
- "link" => "/-/rules-old",
+ "link" => "/-/rules",
"stepped" => null
],
[