Update menu entries and fixes some profile picture problems.
Added help pages too.
This commit is contained in:
@@ -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'
|
||||
]
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user