diff --git a/templates/tibiacom/index.php b/templates/tibiacom/index.php index a03ff3e32..a19005384 100644 --- a/templates/tibiacom/index.php +++ b/templates/tibiacom/index.php @@ -42,6 +42,8 @@ } else if ($exp[0] === 'news' && $exp[1] === 'archive') { $tmp = 'news_archive'; } + else + $tmp = $exp[0]; } } }