summaryrefslogtreecommitdiff
path: root/app.php
diff options
context:
space:
mode:
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);