X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcredits.php;h=3d71c54b3aa0c4e61cd01d201efa576e41653da8;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=f397bdca70f5f00898ae80d8cf3bf7b86f84f3e3;hpb=a939581cf8a07fe06f203582e0b3325076ea9703;p=friendica.git diff --git a/mod/credits.php b/mod/credits.php index f397bdca70..3d71c54b3a 100644 --- a/mod/credits.php +++ b/mod/credits.php @@ -5,14 +5,14 @@ * (only contributors to the git repositories for friendica core and the * addons repository will be listed though ATM) */ -use Friendica\App; + use Friendica\Core\L10n; use Friendica\Core\Renderer; function credits_content() { /* fill the page with credits */ - $credits_string = file_get_contents('util/credits.txt'); + $credits_string = file_get_contents('CREDITS.txt'); $names = explode("\n", $credits_string); $tpl = Renderer::getMarkupTemplate('credits.tpl'); return Renderer::replaceMacros($tpl, [