mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix tibiacom menus
This commit is contained in:
parent
b7de8b32eb
commit
3fb2675b5a
@ -42,8 +42,9 @@ if(isset($config['boxes']))
|
||||
} else if ($exp[0] === 'news' && $exp[1] === 'archive') {
|
||||
$tmp = 'news_archive';
|
||||
}
|
||||
else
|
||||
else if (in_array($exp[0], ['characters', 'highscores', 'guilds'])) {
|
||||
$tmp = $exp[0];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user