diff --git a/mod/credits.php b/mod/credits.php index 4907363531..f8cfb03f37 100644 --- a/mod/credits.php +++ b/mod/credits.php @@ -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, )); diff --git a/view/templates/credits.tpl b/view/templates/credits.tpl index c049a9be09..2441358024 100644 --- a/view/templates/credits.tpl +++ b/view/templates/credits.tpl @@ -1,4 +1,4 @@ -

{{$pagetitle}}

+{{include file="section_title.tpl"}}

{{$thanks}}