From dd47423157e007a36cea60fd248191a278fef891 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 17 Jan 2025 11:16:19 +0100 Subject: [PATCH] Fix menus like char-bazaar/auctions-history etc. --- templates/tibiacom/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/tibiacom/index.php b/templates/tibiacom/index.php index 7ab60357..4cefbd37 100644 --- a/templates/tibiacom/index.php +++ b/templates/tibiacom/index.php @@ -42,8 +42,6 @@ if(isset($config['boxes'])) } else if ($exp[0] === 'news' && $exp[1] === 'archive') { $tmp = 'news_archive'; } - else - $tmp = $exp[0]; } } }