diff options
| author | horus | 2022-10-31 12:24:35 +0100 |
|---|---|---|
| committer | horus | 2022-10-31 12:24:35 +0100 |
| commit | 3c4aa25af0cd6f56db85d503ab552d39b81b5c17 (patch) | |
| tree | c9e7e8de0be62e7f1389a8c19485a6ca29806497 /app.php | |
| parent | f0c30d3bf798d52d5c2b14b0a2a12167ed7c2d72 (diff) | |
| download | moehring-3c4aa25af0cd6f56db85d503ab552d39b81b5c17.tar.gz | |
renamed to things
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); |
