use section_title.tpl for page title
This commit is contained in:
parent
44c3c9f569
commit
c00847a79d
|
@ -13,7 +13,7 @@ function credits_content (&$a) {
|
||||||
fclose($f);
|
fclose($f);
|
||||||
$tpl = get_markup_template('credits.tpl');
|
$tpl = get_markup_template('credits.tpl');
|
||||||
return replace_macros( $tpl, array(
|
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!'),
|
'$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,
|
'$names' => $arr,
|
||||||
));
|
));
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<h1>{{$pagetitle}}</h1>
|
{{include file="section_title.tpl"}}
|
||||||
<p>{{$thanks}}</p>
|
<p>{{$thanks}}</p>
|
||||||
|
|
||||||
<ul class="credits">
|
<ul class="credits">
|
||||||
|
|
Loading…
Reference in a new issue