added feedback

This commit is contained in:
Philipp Holzer 2019-05-05 10:00:28 +02:00
parent 28d6441d69
commit 9123361d61
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
4 changed files with 71 additions and 67 deletions

View File

@ -130,7 +130,7 @@ class User
} }
/** /**
* Get a user based on it's email * Get a user based on its email
* *
* @param string $email * @param string $email
* @param array $fields * @param array $fields

View File

@ -76,7 +76,7 @@ class Friendica extends BaseModule
'<strong>' . FRIENDICA_VERSION . '</strong>', '<strong>' . FRIENDICA_VERSION . '</strong>',
$app->getBaseURL(), $app->getBaseURL(),
'<strong>' . DB_UPDATE_VERSION . '</strong>', '<strong>' . DB_UPDATE_VERSION . '</strong>',
'<strong>' . $config->get("system", "post_update_version") . '</strong>'), '<strong>' . $config->get('system', 'post_update_version') . '</strong>'),
'friendica' => L10n::t('Please visit <a href="https://friendi.ca">Friendi.ca</a> to learn more about the Friendica project.'), 'friendica' => L10n::t('Please visit <a href="https://friendi.ca">Friendi.ca</a> to learn more about the Friendica project.'),
'bugs' => L10n::t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">' . L10n::t('the bugtracker at github') . '</a>', 'bugs' => L10n::t('Bug reports and issues: please visit') . ' ' . '<a href="https://github.com/friendica/friendica/issues?state=open">' . L10n::t('the bugtracker at github') . '</a>',
'info' => L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'), 'info' => L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'),

View File

@ -1,3 +1,4 @@
<div id="feedtest" class="widget">
<h2>Feed Test</h2> <h2>Feed Test</h2>
<form action="feedtest" method="get" class="panel panel-default"> <form action="feedtest" method="get" class="panel panel-default">
<div class="panel-body"> <div class="panel-body">
@ -28,3 +29,4 @@
</div> </div>
</div> </div>
{{/if}} {{/if}}
</div>

View File

@ -1,3 +1,4 @@
<div id="friendica" class="widget">
<h1>Friendica</h1> <h1>Friendica</h1>
<br> <br>
<p>{{$about nofilter}}</p> <p>{{$about nofilter}}</p>
@ -43,3 +44,4 @@
{{/if}} {{/if}}
{{$hooked nofilter}} {{$hooked nofilter}}
</div>