Skip to content

Commit e85ce19

Browse files
committed
Add forum to the list
1 parent 3fb2675 commit e85ce19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/tibiacom/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
} else if ($exp[0] === 'news' && $exp[1] === 'archive') {
4343
$tmp = 'news_archive';
4444
}
45-
else if (in_array($exp[0], ['characters', 'highscores', 'guilds'])) {
45+
else if (in_array($exp[0], ['characters', 'highscores', 'guilds', 'forum'])) {
4646
$tmp = $exp[0];
4747
}
4848
}

0 commit comments

Comments
 (0)