2024-01-13 10:18:24 +01:00

46 lines
1.0 KiB
PHP

<?php
return [
MENU_CATEGORY_NEWS => [
'Latest News' => 'news',
'News Archive' => 'news/archive',
'Changelog' => 'changelog',
],
MENU_CATEGORY_ACCOUNT => [
'Account Management' => 'account/manage',
'Create Account' => 'account/create',
'Lost Account?' => 'account/lost',
'Server Rules' => 'rules',
'Downloads' => 'downloads',
],
MENU_CATEGORY_COMMUNITY => [
'Characters' => 'characters',
'Who is Online?' => 'online',
'Highscores' => 'highscores',
'Last Kills' => 'lastkills',
'Houses' => 'houses',
'Guilds' => 'guilds',
'Polls' => 'polls',
'Bans' => 'bans',
'Support List' => 'team',
],
MENU_CATEGORY_FORUM => [
'Forum' => 'forum',
],
MENU_CATEGORY_LIBRARY => [
'Monsters' => 'creatures',
'Spells' => 'spells',
'Commands' => 'commands',
'Exp Stages' => 'experienceStages',
'Gallery' => 'gallery',
'Server Info' => 'serverInfo',
'Exp Table' => 'experienceTable',
'FAQ' => 'faq',
],
MENU_CATEGORY_SHOP => [
'Buy Points' => 'points',
'Shop Offer' => 'gifts',
'Shop History' => 'gifts/history',
],
];