X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcredits.php;h=880b4b34c4cdbaab87a18a9c1383340ef51d32ab;hb=22816c49a1972fff2e201dd66ac59b80624ee8aa;hp=e0e834388fdaf602d4567229a3a9758faa508521;hpb=2b161108fe6552ef2effb7b300553f0242b2e49e;p=friendica.git diff --git a/mod/credits.php b/mod/credits.php index e0e834388f..880b4b34c4 100644 --- a/mod/credits.php +++ b/mod/credits.php @@ -1,23 +1,22 @@ t('Credits'), - '$thanks' => 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' => $arr, - )); + return replace_macros($tpl, [ + '$title' => 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, + ]); }