This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
use section_title.tpl for page title
pull/2000/head
Tobias Diekershoff
5 years ago
parent
44c3c9f569
commit
c00847a79d
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mod/credits.php
+1
-1
view/templates/credits.tpl
+ 1
- 1
mod/credits.php
View File
@ -13,7 +13,7 @@ function credits_content (&$a) {
fclose
(
$f
);
$tpl
=
get_markup_template
(
'credits.tpl'
);
return
replace_macros
(
$tpl
,
array
(
'$
page
title'
=>
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
,
));
+ 1
- 1
view/templates/credits.tpl
View File
@ -1,4 +1,4 @@
<h1>
{
{
$pagetitle
}
}
</h1>
{
{
include
file
=
"section_title.tpl"
}
}
<p>
{
{
$thanks
}
}
</p>
<ul class="credits">
Write
Preview
Loading…
Cancel
Save