diff --git a/mod/credits.php b/mod/credits.php deleted file mode 100644 index 3d71c54b3a..0000000000 --- a/mod/credits.php +++ /dev/null @@ -1,23 +0,0 @@ - L10n::t('Credits'), - '$thanks' => L10n::t('Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!'), - '$names' => $names, - ]); -} diff --git a/src/Module/Credits.php b/src/Module/Credits.php new file mode 100644 index 0000000000..b0a6545c38 --- /dev/null +++ b/src/Module/Credits.php @@ -0,0 +1,30 @@ + L10n::t('Credits'), + '$thanks' => L10n::t('Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!'), + '$names' => $names, + ]); + } +}