Skip to content

Commit

Permalink
Fix tibiacom menus
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 18, 2025
1 parent b7de8b3 commit 3fb2675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/tibiacom/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
}
}
}
Expand Down

0 comments on commit 3fb2675

Please sign in to comment.