Update menu entries and fixes some profile picture problems.

Added help pages too.
This commit is contained in:
2026-06-28 14:07:20 +02:00
parent b562abd271
commit 755554293e
10 changed files with 107 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ return [
[
'name' => 'Discord',
'icon' => 'messages-square',
'route' => 'home'
'custom_route' => 'https://discord.gg/5CKzeWmZZU'
],
[
'name' => 'Members',
@@ -80,15 +80,21 @@ return [
'pages' => [
'name' => 'Pages',
'items' => [
[
'name' => 'Support us',
'icon' => 'coffee',
'custom_route' => 'https://ko-fi.com/romhackplaza',
'color' => 'var(--rhpz-orange)'
],
[
'name' => 'Learn Romhacking',
'icon' => 'graduation-cap',
'route' => 'home'
'xf_route' => 'help/learn-romhacking'
],
[
'name' => 'About',
'icon' => 'info',
'route' => 'home'
'xf_route' => 'help/about'
],
[
'name' => 'Contact Us',
@@ -96,9 +102,9 @@ return [
'xf_route' => 'misc/contact'
],
[
'name' => 'Legal pages',
'name' => 'Help & Legal pages',
'icon' => 'scale',
'route' => 'home'
'xf_route' => 'help'
]
]
]