We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb2675 commit e85ce19Copy full SHA for e85ce19
templates/tibiacom/index.php
@@ -42,7 +42,7 @@
42
} else if ($exp[0] === 'news' && $exp[1] === 'archive') {
43
$tmp = 'news_archive';
44
}
45
- else if (in_array($exp[0], ['characters', 'highscores', 'guilds'])) {
+ else if (in_array($exp[0], ['characters', 'highscores', 'guilds', 'forum'])) {
46
$tmp = $exp[0];
47
48
0 commit comments