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]; + } } } }