diff --git a/templates/tibiacom/index.php b/templates/tibiacom/index.php index 05236018..75c46ce9 100644 --- a/templates/tibiacom/index.php +++ b/templates/tibiacom/index.php @@ -432,7 +432,7 @@ foreach($config['menu_categories'] as $id => $cat) { foreach($config['boxes'] as $box) { /** @var string $template_name */ - $file = TEMPLATES . $template_name . '/boxes/' . $box . '.php'; + $file = __DIR__ . '/boxes/' . $box . '.php'; if(file_exists($file)) { include($file); ?>