Added /tos module
This commit is contained in:
parent
348ee3625d
commit
6c20b4507d
6 changed files with 126 additions and 1 deletions
|
@ -116,6 +116,11 @@ function friendica_content(App $a)
|
|||
} else {
|
||||
$o .= '<p>' . L10n::t('No installed addons/apps') . '</p>' . PHP_EOL;
|
||||
}
|
||||
|
||||
if (Config::get('system', 'tosdisplay'))
|
||||
{
|
||||
$o .= '<p>'.L10n::t('Read about the <a href="%1$s/tos">Terms of Service</a> of this node.', System::baseurl()).'</p>';
|
||||
}
|
||||
|
||||
$blocklist = Config::get('system', 'blocklist');
|
||||
if (count($blocklist)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue