From 3fb2675b5af3a4eeb30d210df7afe3f0a2e4ae3f Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 18 Jan 2025 11:11:35 +0100 Subject: [PATCH] Fix tibiacom menus --- templates/tibiacom/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/tibiacom/index.php b/templates/tibiacom/index.php index a19005384..04b409525 100644 --- a/templates/tibiacom/index.php +++ b/templates/tibiacom/index.php @@ -42,8 +42,9 @@ } else if ($exp[0] === 'news' && $exp[1] === 'archive') { $tmp = 'news_archive'; } - else + else if (in_array($exp[0], ['characters', 'highscores', 'guilds'])) { $tmp = $exp[0]; + } } } }