From 3888d34eecdfd0d80ad43c1690a3800848712fa2 Mon Sep 17 00:00:00 2001 From: WorldWidePixel Date: Mon, 3 Jun 2024 03:09:32 +0200 Subject: [PATCH] The actual solution to the 'companies/' issue --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1d1286f..2e79ec5 100644 --- a/index.php +++ b/index.php @@ -176,7 +176,7 @@ echo $twig->render('404.twig'); } else { - echo $twig->render('nation.twig', array('nation' => $companies[$company])); + echo $twig->render('company.twig', array('company' => $companies[$company])); } });