]> git.mxchange.org Git - friendica.git/commitdiff
use section_title.tpl for page title
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 30 Oct 2015 17:05:45 +0000 (18:05 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 30 Oct 2015 17:05:45 +0000 (18:05 +0100)
mod/credits.php
view/templates/credits.tpl

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,
     ));
index c049a9be098d204f0916369143e5c63e66323ac7..2441358024c03ea62e969be146cc680c15659df1 100644 (file)
@@ -1,4 +1,4 @@
-<h1>{{$pagetitle}}</h1>
+{{include file="section_title.tpl"}}
 <p>{{$thanks}}</p>
 
 <ul class="credits">