X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Ffriendica.php;h=6c143634caf980ae9cc430e46dfc8c53f0b380ca;hb=e0b33b36a21d7803353692372d7ceb90683d8888;hp=14363ea4dd033623e6b0dced8bf72140ebd4c12e;hpb=6ef2fd56f78b3bfe1df59bbd35bd9fdb547b3291;p=friendica.git diff --git a/mod/friendica.php b/mod/friendica.php index 14363ea4dd..6c143634ca 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -86,7 +86,7 @@ function friendica_content(App $a) $o .= L10n::t('Bug reports and issues: please visit') . ' ' . ''.L10n::t('the bugtracker at github').''; $o .= '

' . PHP_EOL; $o .= '

'; - $o .= L10n::t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com'); + $o .= L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'); $o .= '

' . PHP_EOL; $visible_addons = []; @@ -112,10 +112,15 @@ function friendica_content(App $a) $s .= $p; } } - $o .= '
' . $s . '
' . PHP_EOL; + $o .= '
' . $s . '
' . PHP_EOL; } else { $o .= '

' . L10n::t('No installed addons/apps') . '

' . PHP_EOL; } + + if (Config::get('system', 'tosdisplay')) + { + $o .= '

'.L10n::t('Read about the Terms of Service of this node.', System::baseurl()).'

'; + } $blocklist = Config::get('system', 'blocklist'); if (count($blocklist)) {