]> git.mxchange.org Git - friendica.git/blobdiff - mod/credits.php
Merge pull request #2094 from annando/1511-api
[friendica.git] / mod / credits.php
index 49073635317175b4dae5b6941c97ffd9b939ec30..f8cfb03f3782230e51ded8a973fb7e0455f2233c 100644 (file)
@@ -13,7 +13,7 @@ function credits_content (&$a) {
     fclose($f);
     $tpl = get_markup_template('credits.tpl');
     return replace_macros( $tpl, array(
-       '$pagetitle'            => t('Credits'),
+       '$title'                => 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,
     ));