From b7de8b32eb66c740dd4105ca28c2e808ce077b10 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 18 Jan 2025 11:05:15 +0100 Subject: [PATCH] Revert "Fix menus like char-bazaar/auctions-history etc." This reverts commit dd47423157e007a36cea60fd248191a278fef891. --- templates/tibiacom/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/tibiacom/index.php b/templates/tibiacom/index.php index a03ff3e32..a19005384 100644 --- a/templates/tibiacom/index.php +++ b/templates/tibiacom/index.php @@ -42,6 +42,8 @@ } else if ($exp[0] === 'news' && $exp[1] === 'archive') { $tmp = 'news_archive'; } + else + $tmp = $exp[0]; } } }