open wiki for everyone
This commit is contained in:
parent
da854a0f16
commit
8a22687613
@ -225,7 +225,6 @@ $icons = svg();
|
||||
$items = [];
|
||||
$items[] = ['url' => '/articles/'.($articles_lang && $articles_lang != 'en' ? '?lang='.$articles_lang : ''), 'label' => 'articles', 'selected' => $section === 'articles'];
|
||||
$items[] = ['url' => '/files/', 'label' => 'files', 'selected' => $section === 'files'];
|
||||
if (is_admin())
|
||||
$items[] = ['url' => '/'.$config['wiki_root'].'/', 'label' => 'wiki', 'selected' => $section === $config['wiki_root']];
|
||||
$items[] = ['url' => '/info/', 'label' => 'about', 'selected' => $section === 'about'];
|
||||
if (is_admin())
|
||||
|
Loading…
x
Reference in New Issue
Block a user