From 3c4aa25af0cd6f56db85d503ab552d39b81b5c17 Mon Sep 17 00:00:00 2001 From: horus Date: Mon, 31 Oct 2022 12:24:35 +0100 Subject: renamed to things --- app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.php') diff --git a/app.php b/app.php index ea81dfe..16ce17c 100644 --- a/app.php +++ b/app.php @@ -19,7 +19,7 @@ $function = new \Twig\TwigFunction('maincss', function() { $twig->addFunction($function); $function = new \Twig\TwigFunction('dump_dances', function() { - echo readfile(__DIR__ . '/views/tools/bpm/dances.json'); + echo readfile(__DIR__ . '/views/things/bpm/dances.json'); }); $twig->addFunction($function); -- cgit v1.2.3