diff options
Diffstat (limited to 'app.php')
| -rw-r--r-- | app.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
