diff options
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/functions.php b/functions.php index 8a31111..7dc32ed 100644 --- a/functions.php +++ b/functions.php @@ -1,14 +1,14 @@ <?php -require __DIR__ . '/views/tools/untrack/resolve.php'; -require __DIR__ . '/views/tools/zeitumstellung/vendor/autoload.php'; +require __DIR__ . '/views/things/untrack/resolve.php'; +require __DIR__ . '/views/things/zeitumstellung/vendor/autoload.php'; function get_faces(){ - return json_decode( file_get_contents( __DIR__ . '/views/tools/faces/faces.json' ), true ); + return json_decode( file_get_contents( __DIR__ . '/views/things/faces/faces.json' ), true ); } function get_dances(){ - return json_decode( file_get_contents( __DIR__ . '/views/tools/bpm/dances.json' ), true ); + return json_decode( file_get_contents( __DIR__ . '/views/things/bpm/dances.json' ), true ); } function str_starts_with( $haystack, $needle ) { @@ -25,7 +25,7 @@ function str_ends_with( $haystack, $needle) { } function get_ghrss_feeds() { - require_once __DIR__ . '/views/tools/ghrss/ghrss.db.php'; + require_once __DIR__ . '/views/things/ghrss/ghrss.db.php'; $result = $db->query("SELECT name FROM language ORDER BY name;"); return $result->fetchAll(); } |
