Skip to content

Commit

Permalink
Add forum to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Jan 18, 2025
1 parent 3fb2675 commit e85ce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tibiacom/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
} else if ($exp[0] === 'news' && $exp[1] === 'archive') {
$tmp = 'news_archive';
}
else if (in_array($exp[0], ['characters', 'highscores', 'guilds'])) {
else if (in_array($exp[0], ['characters', 'highscores', 'guilds', 'forum'])) {
$tmp = $exp[0];
}
}
Expand Down

0 comments on commit e85ce19

Please sign in to comment.