added link to the TOS page if it is activated
This commit is contained in:
parent
f11b6c131e
commit
eec0826750
7 changed files with 14 additions and 0 deletions
|
@ -174,6 +174,10 @@ class Nav
|
|||
|
||||
$nav['about'] = ['friendica', L10n::t('Information'), '', L10n::t('Information about this friendica instance')];
|
||||
|
||||
if (Config::get('system', 'tosdisplay')) {
|
||||
$nav['tos'] = ['tos', L10n::t('Terms of Service'), '', L10n::t('Terms of Service of this Friendica instance')];
|
||||
}
|
||||
|
||||
// The following nav links are only show to logged in users
|
||||
if (local_user()) {
|
||||
$nav['network'] = ['network', L10n::t('Network'), '', L10n::t('Conversations from your friends')];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue