summaryrefslogtreecommitdiff
path: root/app.php
diff options
context:
space:
mode:
authorhorus2022-10-31 12:24:35 +0100
committerhorus2022-10-31 12:24:35 +0100
commit3c4aa25af0cd6f56db85d503ab552d39b81b5c17 (patch)
treec9e7e8de0be62e7f1389a8c19485a6ca29806497 /app.php
parentf0c30d3bf798d52d5c2b14b0a2a12167ed7c2d72 (diff)
downloadmoehring-3c4aa25af0cd6f56db85d503ab552d39b81b5c17.tar.gz
renamed to things
Diffstat (limited to 'app.php')
-rw-r--r--app.php2
1 files changed, 1 insertions, 1 deletions
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);