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