The actual solution to the 'companies/' issue

This commit is contained in:
WorldWidePixel 2024-06-03 03:09:32 +02:00 committed by Forgejo
parent 54a4965102
commit 3888d34eec
Signed by untrusted user who does not match committer: Forgejo
GPG key ID: E59A305B48F15D31

View file

@ -176,7 +176,7 @@
echo $twig->render('404.twig'); echo $twig->render('404.twig');
} else { } else {
echo $twig->render('nation.twig', array('nation' => $companies[$company])); echo $twig->render('company.twig', array('company' => $companies[$company]));
} }
}); });